Advertisement
Guest User

Testerski

a guest
Sep 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. function testerski() {
  2.     if( is_front_page() || is_page() ) {
  3.         die( 'made it.' );
  4.     }
  5. }
  6. add_action( 'wp_enqueue_scripts', 'testerski' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement