woocommerce_navigation_connect_page_options

woocommerce_navigation_connect_page_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_navigation_connect_page_options') is found 1 times:

  • /src/Admin/PageController.php line 113
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
         *   @type int          position     Menu item position.
         *   @type boolean      js_page      If this is a JS-powered page.
         * }
         */
        $options = apply_filters( 'woocommerce_navigation_connect_page_options', $options );
     
        // @todo check for null ID, or collision.
        $this->pages[ $options['id'] ] = $options;
    }
     
    /**