nyper
Forum Replies Created
Viewing 10 replies - 1 through 10 (of 10 total)
-
Forum: Developing with WordPress
In reply to: execute function only when admin loginadd_action('wp_login', 'myfunc'); function myfunc() { $user_meta = get_userdata($user_id); $user_roles = $user_meta->roles; if (in_array("administartor", $user_roles)){ //run a code } }i use this one but my login page is breaking Down and all login tries got failed message.
I guess the problem is in wp_login hookForum: Developing with WordPress
In reply to: execute function only when admin logini try this yesterday but not working.
can u send me a code to echo”hello” if “customer” login to site?plz help me
Forum: Developing with WordPress
In reply to: execute function only when admin loginplease send me an example snippet
Forum: Fixing WordPress
In reply to: set custom avatar only for 1 usertnx
Forum: Fixing WordPress
In reply to: set custom avatar only for 1 userIs any snippet code for set custom profile picture for my admin account?
For example: if username is (admin) then set a custom url as avatarForum: Plugins
In reply to: [WooCommerce] remove product-category slugBro i want to remove that slugs. No change.
I want to convert this:
Site.com/product-category/category1Into:
Site.com/category1Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Missing DependenciesDependencies: jquery-selectBox, yith-wcwl-font-awesome (missing), woocommerce_prettyPhoto_css
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] sitemap for preload cachingamazing 😍 tnx a lot
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] sitemap for preload cachingForum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] sitemap for preload cachingfor example: abc.com/sitemap.xml
Viewing 10 replies - 1 through 10 (of 10 total)