tptn_activate
Fires after the plugin has been activated.
Type: action
Since: 4.1.0
Source: includes/admin/class-activator.php line 147
Usage
add_action( 'tptn_activate', function() {
// ...
} );
tptn_activateactionFires after the plugin has been activated.
Type: action
Since: 4.1.0
Source: includes/admin/class-activator.php line 147
add_action( 'tptn_activate', function() {
// ...
} );