try this code. Paste in to function.php
add_action('admin_menu', 'custom_page');
function custom_page() {
add_submenu_page( 'woocommerce', 'Name of page', 'Name of item', 'manage_options', 'custom-slug', 'custom_page_content' );
}
function custom_page_content() {
echo 'Page content';
}
Related Posts:
- Over write plugin templates
- Woocommerce Shipping module available only for type of products [closed]
- How to prevent action in ajax request, when in admin side?
- How to stop activating a plugin and show admin notice when dependent plugins minimum version is not met
- woocommerce_package_rates not fired when wordpress woocommerce accessed as non ajax
- Filtering WooCommerce Orders by Category
- WooCommerce: after install hook
- Change Dashboard URL from wp-admin to wp-admin/index.php
- add a hook of Woocommerce to a plugin but it only shows and doesn’t function properly
- ACF Fields are not showing up on Homepage
- Display Woocommerce attribute name above product title
- {status}_{post_type} does not run correctly?
- wordpress plugin translation not working
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- CampaignMonitor for WooCommerce – Move subscribe button [closed]
- Multiple Billing forms in WooCommerce (one billing form per product)
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Change Product Addon price based on select Variation
- WooCommerce – Maximum qty per line per product
- Get Time Taken By Each Action Hook in WordPress
- Woocommerce Create custom product type with variations
- Remove /product/ from url. I want only category name then product name
- Pre booking doesn’t work with custom bootstrap modul in woocommerce [closed]
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- WooCommerce specifc variations for specific user role [closed]
- Save custom attributes of product in woocommerce
- Best place for short bio,image and button [closed]
- trying to get product category image in woo-coomerce
- How to add checkboxes for a woocommerce product? [closed]
- Why am I getting ( WooCommerce Services could not be installed (Could not create directory.). ) error and how to solve it ?
- Product queue for my subscription box
- Want to Show Sub categories under Categories section using Woo Commerce [closed]
- how to do login using woocommerce rest api From android
- Custom Pages for Woocommerce Product-Category Pages
- Woocommerce Minimum Price for a Composite Product to add in cart
- creating a custom shop page display on archive woocommerce
- do_action() hook into load-(page)
- Howto check version of another plugin and then add a submenu page to it
- password_reset hook is not working
- The Hook registration_errors was not called
- Hook into existing tinyMCE button
- Woocommerce Shop page variation product button replace with add to cart button
- How to get post ID with hooks publish_post, new_to_publish, etc
- How can I insert thousands of Woocommerce products by batch with PHP? [closed]
- WooCommerce search products between price range using WP_Query
- Redirect to another page using contact form 7? [closed]
- edit_user_profile and show_user_profile are not firing inside a class
- Template filter for custom taxonomy terms
- How to use add_submenu_page() for editors?
- PHP Error When a plugin is active
- woocommerce with custom post type
- Add sub menu page in your plugin
- how to change automatic placing of social plugins below content?
- What exactly happens to function argument availability when using a filter?
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- Exact Hook to payment methods
- Restrict content based on buy woocommerce product
- Combining several CSS files into one for optimization
- the_post hook is not firing for me
- Why do plugins often ask to add in to templates?
- Deactivate JS Script in Plugin Shortcode
- How to get a list of bundled products using wp_query in woocommerce
- Adding Static Image to WooCommerce Content-Single-Product template
- Create a post builder skin in a plugin
- remove_action not removing add_action from constructor
- Plugin Development – Functions or Hooks?
- Hide a Menu Item on Login
- How to get menu location in wp_update_nav_menu hook
- How do I add some javascript validation to the admin interface form’s onsubmit?
- Can my hooked uninstall class function access a global var declared in main plugin file?
- Flipping Book PHP Code? Any experience?
- Turning on output buffering in a wordpress plugin
- Hook for page Request?
- Display Plugin Panels Outside of Admin Areas
- Are there action hooks for comments?
- How to remove js ui library added by default by wordpress
- Product count in archive page Title in WooCommerce [closed]
- How to use template_include hook with form submission?
- Adding Plugin Assets to Header
- WooCommerce – set session with new cart item meta when updating cart item quantity [closed]
- How to get the particular product quantity in orders in Woocommerce [closed]
- How to use the pre_option filter before a plugin loads?
- Get Every Key & Value from Array then Display All in New Line
- What are admin hooks
- Woocommerce Coupon Menu and Marketing Menu missing After “Coupons can now be managed from Marketing > Coupons.” [closed]
- How do I add $_SESSION[”] to my wordpress page?
- Get orders of a specific customer woocommerce
- WooCommerce: Force coupon for existing/registered customers [closed]
- Add_rewrite_endpoint doesn’t work with post name permalink structure
- wc_get_template new template does not showing up
- Show icons or badges under title on product archives/category pages
- Conditional Shipping Options if Certain Products are in Cart WooCommerce
- WordPress Stock Update Programatically
- Woocommerce Backend Search by Title and SKU
- Problem with add_action
- WooCommerce Shopping Cart Not Initially Showing Products [closed]
- How can I concatenate variables to search results title? [closed]
- How to add a new column with text fields to WooCommerce Cart List?
- How to use filter to disable adding a product to wishlist?
- Save user total active time after login in wordpress [closed]