Guest User

Untitled

a guest
Oct 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function mcdl_include_php_files() {
  2. //include WP_PLUGIN_DIR . '/mcd-list/core/admin/functions.php';
  3. echo 'testing';
  4. }
  5. do_action('mcdl_plugin_loaded');
  6. add_action('mcdl_plugin_loaded', mcdl_include_php_files);
Add Comment
Please, Sign In to add comment