bd_after_deleting_posts

bd_after_deleting_posts

Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.11

do_action('bd_after_deleting_posts') is found 1 times:

  • /include/Core/Posts/PostsModule.php line 115
    		 * @since 6.0.0
    		 *
    		 * @param array $options Delete Options.
    		 */
    		do_action( 'bd_after_deleting_posts', $options );
    
    		return $delete_post_count;
    	}
    
    	/**
    	 * Render the "private post" setting fields.