bd_page_actions
bd_page_actions
Hook Type: filter
See hook in action
Displaying hooks found in version: bulk-delete.6.11apply_filters('bd_page_actions') is found 1 times:
- /include/Core/Base/BasePage.php line 172
* @param BasePage $page Page objects. * * @since 6.0.0 */ $page_actions = apply_filters( 'bd_page_actions', $this->actions, $this ); if ( in_array( $action, $page_actions, true ) ) { if ( check_admin_referer( "bd-{$this->page_slug}", "bd-{$this->page_slug}-nonce" ) ) { return true; } }