action_scheduler/created_table
action_scheduler/created_table
Appears in: all-in-one-seo-pack.4.6.8.1
Hook Type: action
Displaying hooks found in version: all-in-one-seo-pack.4.6.8.1do_action('action_scheduler/created_table') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php line 138134135136137138139140141142143144
if
(
$definition
) {
$updated
= dbDelta(
$definition
);
foreach
(
$updated
as
$updated_table
=>
$update_description
) {
if
(
strpos
(
$update_description
,
'Created table'
) === 0 ) {
do_action(
'action_scheduler/created_table'
,
$updated_table
,
$table
);
}
}
}
}
/**