bd_page_actions, $this->actions, $this

bd_page_actions, $this->actions, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: bulk-delete.6.12

apply_filters('bd_page_actions, $this->actions, $this') is found 1 times:

  • /include/Core/Base/BasePage.php line 383
             * @param BasePage $page    Page objects.
             *
             * @since 6.0.0
             */
            $page_actions = apply_filters('bd_page_actions', $this->actions, $this); //phpcs:ignore
    
            if (in_array($action, $page_actions, true)) {
                if (check_admin_referer("bd-{$this->page_slug}", "bd-{$this->page_slug}-nonce")) {
                    return true;
                }
            }