bd_delete_comment_meta_form

bd_delete_comment_meta_form

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bulk-delete.6.11

do_action('bd_delete_comment_meta_form') is found 2 times:

  • /include/Core/Metas/Modules/DeleteCommentMetaModule.php line 91
    			 * This hook can be used to add more fields to the delete comment meta field form.
    			 *
    			 * @since 5.4
    			 */
    			do_action( 'bd_delete_comment_meta_form' );
    			?>
    			<table class="optiontable">
    				<tr>
    					<td colspan="2">
    						<h4><?php _e( 'Choose your deletion options', 'bulk-delete' ); ?></h4>
    					</td>
    
  • /include/meta/class-bulk-delete-comment-meta.php line 119
    		 * This hook can be used to add more fields to the delete comment meta field form.
    		 *
    		 * @since 5.4
    		 */
    		do_action( 'bd_delete_comment_meta_form' );
    ?>
            <table class="optiontable">
                <tr>
                    <td>
                        <h4><?php _e( 'Choose your deletion options', 'bulk-delete' ); ?></h4>
                    </td>
    

See this hook used in plugins: