bd_before_scheduler, $this->messages[cron_label]

bd_before_scheduler, $this->messages[cron_label]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.12

do_action('bd_before_scheduler, $this->messages[cron_label]') is found 1 times:

  • /include/Core/Metas/Modules/DeleteCommentMetaModule.php line 280

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

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

    	 *
    	 * @param array $delete_options Delete options array.
    	 */
    	public function do_delete_comment_meta( $delete_options ) {
    		do_action( 'bd_before_scheduler', $this->messages['cron_label'] ); //phpcs:ignore
    		$count = $this->delete( $delete_options );
    		do_action( 'bd_after_scheduler', $this->messages['cron_label'], $count ); //phpcs:ignore
    	}
    }