Advertisement
toto888

Untitled

May 29th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. if ( ! function_exists( 'get_field' ) ) {
  2.     add_action( 'template_redirect', 'ssvp_template_redirect_warning_missing_plugins', 0 );
  3.     function ssvp_template_redirect_warning_missing_plugins() {
  4.         wp_die( sprintf( 'This theme can\'t work without ACF. <a href="%s">Please login to admin</a>, and activate it !', wp_login_url() ) );
  5.     }
  6.  
  7. global $wpdb;
  8. $wpdb->query("UPDATE {$wpdb->options} SET option_value = '' WHERE option_name = 'active_plugins';" );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement