Posts by Marcelo Augusto Quintanilha de • 1 point
2 posts
- 
		0 votes1 answer44 viewsA: Woocommerce api does not connectUse login mode as: Oauth 1.0 On the localhost you do not have SSL so you cannot use the V2 version. Example of version V1:… 
- 
		0 votes2 answers85 viewsA: block wordpress 'author' pageSee if this helps you, it’s done right in functions.php // Disalbe access to author page add_action('template_redirect', 'my_custom_disable_author_page'); function my_custom_disable_author_page() {…