Guest User

Untitled

a guest
Nov 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php // Ignore this line.
  2. add_action( 'save_post', 'nice_fix_yoast_seo_loading', -999 );
  3. add_action( 'delete_post', 'nice_fix_yoast_seo_loading', -999 );
  4.  
  5. function nice_fix_yoast_seo_loading() {
  6. if ( ! class_exists( 'WPSEO_Link_Watcher' ) ) {
  7. return;
  8. }
  9.  
  10. nice_loader( 'includes/public/theming/' );
  11. }
Add Comment
Please, Sign In to add comment