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