Action after WP Mailto Links loaded

wpmt_plugin_loaded

Description:
This action fires after our plugin PW Mailto Links is fully loaded. This gets handy when you want to register custom plugins after te plugin is initialized.

/**
 * Fire a custom action to allow extensions to register
 * after WP Mailto Links was successfully registered
*/
do_action( 'wpmt_plugin_loaded' );
Updated on September 10, 2019

Was this article helpful?

Related Articles