IT Nursery
I have a multi-author blog, on which there are two schedule cron functions. The first function moves all public posts in the pending status after 365 days: if( !...
  • June 1, 2022
  • 0 Comments
There seems to be quite a controversial opinion on the WordPress flush_rewrite_rules() function. According to the Codex, it is highly discouraged to use this function on the init action...
  • May 21, 2022
  • 0 Comments
Is possible to change page title on the fly from plugin? I’ve try global $post, but seem like plugin runs after. Any Ideas? Edit: Im writting some pages on...
  • May 15, 2022
  • 0 Comments