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.8.7.0

apply_filters('woocommerce_navigation_connect_page_options') is found 1 times:

  • /src/Admin/PageController.php line 110
    		 *   @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;
    	}
    
    	/**