Skip to content
Snippets Groups Projects
Commit f841864c authored by Dave Lane's avatar Dave Lane
Browse files

fix some warnings

parent e9a8e4c9
Branches master
No related tags found
No related merge requests found
......@@ -196,11 +196,11 @@ register_deactivation_hook( __FILE__, 'OH5PTOOLS\on_deactivation' );
register_uninstall_hook( __FILE__, 'OH5PTOOLS\on_uninstall' );
// Prepare plugin
add_action( 'plugins_loaded', 'OH5PTOOLS\oh5ptools_load_plugin_textdomain' );
//add_action( 'plugins_loaded', 'OH5PTOOLS\oh5ptools_load_plugin_textdomain' );
add_action( 'plugins_loaded', 'OH5PTOOLS\update' );
// Initialise pulse on post/page
add_action( 'the_post', 'OH5PTOOLS\initialise_h5p_tools' );
// Initialise plugin settings
add_action( 'init', 'H5PRESIZEPULSE\initialise_settings' );
//add_action( 'init', 'OH5PTOOLS\initialise_settings' );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment