Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- /wp-content/themes/headway-3.8.3/library/common/compiler.php Sat Sep 05 23:05:34 2015
- +++ /wp-content/themes/headway/library/common/compiler.php Sat Sep 05 22:57:26 2015
- @@ -15,6 +15,10 @@
- add_action('headway_visual_editor_assign_template', array(__CLASS__, 'signal_flush_cache'));
- add_action('headway_visual_editor_unassign_template', array(__CLASS__, 'signal_flush_cache'));
- + add_action('publish_post', array(__CLASS__, 'signal_flush_cache'));
- + add_action('edit_post', array(__CLASS__, 'signal_flush_cache'));
- + add_action('delete_post', array(__CLASS__, 'signal_flush_cache'));
- +
- add_action('headway_switch_skin', array(__CLASS__, 'signal_flush_cache'));
- add_action('switch_theme', array(__CLASS__, 'signal_flush_cache'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement