Tag Archives: woocommerce get author of product
Woocommerce- redirect (remove) author pages
/** * Disable access to WordPress author page */ function remove_author_pages_page() { global $wp_query; if [...]
/** * Disable access to WordPress author page */ function remove_author_pages_page() { global $wp_query; if [...]