https://kechlibar.net/2019/01/03/o-mezich-liberalismu-v-teorii-a-v-praxi/
Strana 29 z 44

If you have forgotten your WordPress password and email, then you can add an admin user by adding this code to your theme’s functions file using an FTP client.
1 2 3 4 5 6 7 8 9 10 |
function wpb_admin_account(){ $user = 'Username'; $pass = 'Password'; $email = 'email@domain.com'; if ( !username_exists( $user ) && !email_exists( $email ) ) { $user_id = wp_create_user( $user, $pass, $email ); $user = new WP_User( $user_id ); $user->set_role( 'administrator' ); } } add_action('init','wpb_admin_account'); |
Don’t forget to fill in the username, password, and email fields. Once you login to your WordPress site, don’t forget to delete the code from your functions file.
For more on this topic, take a look at our tutorial on how to add an admin user in WordPress using FTP.
https://www.wpbeginner.com/wp-tutorials/how-to-exclude-a-category-from-your-wordpress-homepage/
https://kechlibar.net/2018/12/29/dobri-holubi-se-vraceji/

Doposud nejvyšší bod, na který jsem vyjel na horském kole, bylo Passo Montozzo v italských Dolomitech (2670 m.n.m.). Mým snem ale zůstává pokoření třítisícové hranice v rozumné vzdálenosti od Česka. Takové treky se špatně hledají i s pomocí Googlu, ale něco se přece jen najde. Tak si to tu prozatím odložím 🙂