Tagged Questions
0
votes
1answer
66 views
How can i list current author's categories?
My Code getting authors written post categories but just 2 ID has author lists category.. I replace $current_user->ID but it is not worked.
<?php
$categories = $wpdb->get_results("
...
8
votes
2answers
201 views
Is There a Plugin Life Cycle Documentation?
Is there some documentation somewhere that explains what is the life cycle of the plugins?
I'm starting a new plugin with OOP style, and I just found out that my main class is being instanciated a ...
0
votes
1answer
377 views
Whats the difference between blog_info('stylesheet_url') difference get_stylesheet_uri()
The question is in the title really. What is the difference between blog_info('stylesheet_url') difference get_stylesheet_uri(), and if it's a case that one is newer then which.
The codex says:
...
0
votes
3answers
102 views
Codex Version Focus on Production or Nightly?
The function get_users_of_blog() is to be deprecated in WP 3.1.0 but the current production release is 3.0.5.
Does it make since to have the documentation reflect a nightly change when the ...
