action_scheduler/migrate_action_dry_run

action_scheduler/migrate_action_dry_run

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.2.2

do_action('action_scheduler/migrate_action_dry_run') is found 1 times:

  • /packages/action-scheduler/classes/migration/DryRun_ActionMigrator.php line 24

    Warning: Undefined array key 28 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 29 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    20
    21
    22
    23
    24
    25
    26
    27
    28
         *
         * @return int
         */
        public function migrate( $source_action_id ) {
            do_action( 'action_scheduler/migrate_action_dry_run', $source_action_id );
     
            return 0;
        }
    }