bd_after_scheduler, $this->messages[cron_label], $count

bd_after_scheduler, $this->messages[cron_label], $count

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.12

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

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

    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

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

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

    	 */
    	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
    	}
    }