| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | Apr 16 at 16:10 | |
| stats | profile views | 25 |
|
Oct 10 |
comment |
How can I determine if a post has an image attachment? Does it understand it without slash and image format identifier? |
|
Aug 2 |
comment |
Easy way to inject js in tinymce iframe? Yes it has. Whole editor area is an iframe. |
|
Aug 2 |
comment |
How to manually activate user in dashboard only by admin There's no such feature in WordPress itself, so probably you will require some plugin (community one or self-written). +1 |
|
Jan 8 |
comment |
Apply Classes to post text inside editor This used to work for me too, but now it's not :| |
|
Oct 22 |
comment |
How do I programmatically set default role for new users? I will mark your one as correct, although real answer turned out to be as simple as update_option('default_role', 'custom_role_name') upon activation of the plugin. |
|
Oct 3 |
comment |
Disable revisions for a specific post type only? Actually it turned out that it is disabled by default... so. |
|
Mar 1 |
comment |
Is there a quick way to inject i18n domain into theme/plugin files? MY_TEXTDOMAIN tip looks handy, thanks. Although I definitely remember there was some script for this. |
|
Feb 5 |
comment |
wp_schedule_event will it run if timestamp has passed? Thanks for the link. |
|
Feb 3 |
comment |
Add SideBar/Widgets Just Below the Post Hmm... right. But anyway... it is the function you actually need. I updated example. |
|
Feb 3 |
comment |
wp_schedule_event will it run if timestamp has passed? What does ALTERNATE_WP_CRON do? |
|
Feb 3 |
comment |
wp_schedule_event will it run if timestamp has passed? Have you ever encountered a case of it not triggering? |