


Fixing WooCommerce 3.0 notice in single product page
WooCommerce released a new 3.0 version a couple of weeks ago and updated many things. Last year, I've two premium WooCommerce plugins ( Attachment Tab For Woocommerce, WooCommerce Product FAQ Manager ) in the CodeCanYon marketplace. After upgrading the WooCommerce version, 3.0 buyers send me a support message regarding that notice. So, I need to [...]
How to display WordPress shortcodes as a text?
Last day working on documentation of the BWL Advanced FAQ Manager Plugin, and I need to display FAQ shortcodes as text inside the documentation. I pasted the shortcode inside the documentation page, and when it was displayed on the front end, the shortcode executed and displayed its contents. That causes a lot of issues. However, [...]
Register WordPress menus to a theme
Today I am going to share the script to register menus for any WordPress theme. Most popular and premium themes have menu setup option and it helps the user to create menus( sometimes theme support multiple menus ) easily from the WordPress back-end. If the theme does not provide that option then you can add [...]