10,448 reputation
31363
bio website rodbuaiz.com
location Brasil/España
age 42
visits member for 1 year, 3 months
seen 3 mins ago
stats profile views 758

yuri gagarin

Photo, Video & WordPress

.

Keep Learning

Forum and community sites always helped me (a lot)
now that I know a bit more, it's compelling to give back.

.

Keep Coding

WordPress plugins i've made

Many Tips Together
Deep admin hacks
as a user said: So many fun toys

Audio Tube
YouTube audio player

Featured Link Image
Easy management of the blogroll images
inspired by a WPSE Question

Multisite Categories
Add categories to sites - in development
inspired by a WPSE Question

Tuit Cycler
Display a tweet widget with cycle fx - in development
inspired by a WPSE Question

.

:o[)
FLI logo

* Animated Gif in profile: first seen chez Wyck


May
17
reviewed Leave Open How to write testable classes in Wordpress
May
17
comment How to write testable classes in Wordpress
What do you mean by "testable"? What tests are you conducting and how are you watching/inspecting them? Why do you need to pass functions and globals as arguments, when you can access them directly inside the method? Or call the method conditionally using them? By "test", do you mean debug?
May
16
revised Display custom list of tags in post/page editor with hooks
add plugin header
May
16
comment Display custom list of tags in post/page editor with hooks
Does it involve any Ajax? If not and depending on what you want to do, you have to unset the meta box and create a modified clone. Also, search the core file you're interested for available hooks: do_action and apply_filters. . . . PS: don't mis-use the functions file, see wordpress.stackexchange.com/q/73031/12615
May
16
comment Hooks - Query about WooCommerce plugin integration to non-compatible theme
In the docs, there's no mention to page.php in the section about Hooks. What happens when you modify your theme like in this answer? What result do you expect and what do you get? Maybe you're asking for the theory but haven't applied it in practice to see what happens?
May
16
answered Hooks - Query about WooCommerce plugin integration to non-compatible theme
May
16
revised Change admin language based on user (in single-site)
New version, checks for more than one user
May
15
reviewed Reviewed Add class to Reply button in Comments area
May
15
reviewed No Action Needed Import data from arbitrary CSV to WPAlchemy meta fields
May
15
reviewed Leave Open How to make a website like the ones in theme demos?
May
15
revised How to make a website like the ones in theme demos?
deleted 74 characters in body; edited title
May
15
comment Map to show all photo locations?
IMO, I think it's more constructive if you do a research on the topic here, in Stack Overflow and Webmasters. 1) "any solutions for this problem" is basically plugin recommendation (off-topic) or research it for me (not-constructive). 2) "Build some new from scratch", that's the fun part and you'll surely get help here to go ahead after you have the scratch.
May
15
comment Undefined function error when creating Custom Meta Box
I think the enter code here line is an editing "error" here in the Stack interface. I noticed recently that if we click {} in an empty space, it prints exactly that in the editing box.
May
15
revised Undefined function error when creating Custom Meta Box
General improvements. Removed "thanks" (do that by upvoting answers/comments).
May
15
comment Use JSON API authentification ! How to use it?
"I don't understand the explanation", what explanation?
May
15
revised Display custom list of tags in post/page editor with hooks
Too many jacks
May
15
revised Popup lightbox works in localhost but not in the live site
General fixes
May
15
comment Create 3 buttons for new post for a different category
Please, add more details to the Question, it's hard to get what you mean. Use screenshots if necessary.
May
15
comment How do I setup Woocommerce using hooks
Did you try to use the code in your theme functions file and check the results? About hooks. Ps: I removed the unrelated content from your Question, our focus is technical and salutations are considered noise. Hope you understand. See faq.
May
15
revised How do I setup Woocommerce using hooks
Removed unrelated content. Use your profile to convey personal messages.