Hi Guys,
I have an issue because I cannot see all the configuration of my Woodmart theme, I just see a basic WordPress dashboard, but if you see the web page it has all the content, and in the folders I see all the plugins.
I had many issues trying to have access to wp-admin, I used this lines of code in functions.php to activate the access
/**
* Allow customers to access wp-admin
*/
add_filter( ‘woocommerce_prevent_admin_access’, ‘__return_false’ );
add_filter( ‘woocommerce_disable_admin_bar’, ‘__return_false’ );
so, now I have access but I cannot configure nothing because nothing is there.
Attachments:
You must be
logged in to view attached files.