Force Publish Schedule post WP-Plugin
In wordpres, we can’t post over today. Sometime, we need to post over today (example: in event is a post ). So, we need to force publish schedule post. This, plugin can force publish all and selected schedule.
In wordpres, we can’t post over today. Sometime, we need to post over today (example: in event is a post ). So, we need to force publish schedule post. This, plugin can force publish all and selected schedule.
Wordpress don’t allow attribute in some of the html tags. Example : in pre tags , users can’t save with <pre name=”code” class=”php”> .You can check allow tags detail in wp-includes/kses.php. This plugin just add allow tags and we don’t need to edit kses.php.