Guest User

Untitled

a guest
Jan 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. if(!function_exists('cp_points')){
  2.     require_once(ABSPATH.'wp-admin/includes/plugin.php');
  3.  
  4.     if(file_exists(ABSPATH.'wp-content/plugins/cubepoints/cubepoints.php')&&is_plugin_active('cubepoints/cubepoints.php')){
  5.         require_once(ABSPATH.'wp-content/plugins/cubepoints/cubepoints.php');
  6.     }
  7. }
Add Comment
Please, Sign In to add comment