Category: Login
Login styling
// filepath: Add this snippet in WP Code Snippets function custom_login_styles() { echo ‘ ‘; } add_action(‘login_head’, ‘custom_login_styles’);Continue reading
Create An Admin – SQL Query
INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`,`user_status`)VALUES (‘<strong>wpstaging</strong>’, MD5(‘password123’), ‘Rene Hermenau’, ‘[email protected]’, ‘0’); INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`)VALUES (NULL, (Select max(id) FROM wp_users),’wp_capabilities’, ‘a:1:{s:13:”administrator”;s:1:”1″;}’);Continue reading
Untitled Snippet
Disable XML-RPC (copy)
add_filter( ‘xmlrpc_enabled’, ‘__return_false’ );Continue reading
Untitled Snippet
[mwai_chatbot id=”default”]Continue reading
Disable Default Login Form and Require WordPress.com
add_filter( ‘jetpack_remove_login_form’, ‘__return_true’ );Continue reading
use login
[[“Log in to recommend notes that understand you better”,”Available”,”Little Red Book”,”or”,”WeChat”,”Scan the QR code”,”How to scan code on Xiaohongshu”,”or”,”+86″,”New users can log in directly”,”recommend”,”Recommend more exciting things for you”,”Outfit”,”gourmet food”,”Makeup”,”Film and Television”,”Workplace”,”emotion”,”Home”,”game”,”travel”,”fitness”,”\u003ca i=0\u003eWhen I was a kid, my dad said…Continue reading
wwolf
google-site-verification=3G4LhnxdCyUKQP-Hh3Re_gVM6oB2csSIWbSa6N1KbK0Continue reading
FC – [*] – Deshabilitar selector de idiomas en wp-login.php
add_filter( ‘login_display_language_dropdown’, ‘__return_false’ );Continue reading