ysidro
Forum Replies Created
-
Hi, you cant deactivate the plugin and try login, and after re-config the authentication 2fa width your new phone.
if you have access to Cpanel or files of your site, you cant go to wp-content > plugins and rename the Wordfence folder to deactivating it
- This reply was modified 4 years ago by ysidro.
Update the permalinks, this found for mi.
currently i have the same problem in version 5.4, calling the categories from the wordpress menu system
Deprecated: category_link is <strong>deprecated</strong> since version 2.5.0! Use term_link instead. in /var/www/html/wp-includes/functions.php on line 5088 <ul id="categoria-proyectos" class="uk-subnav uk-subnav-pill uk-flex-right"><li id="menu-item-890" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-890"><a href="/proyectos/">All Proyects</a></li> <li id="menu-item-891" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-891"><a href="https://localhost:8088/category/completado-en/?lang=en">Completed</a></li> <li id="menu-item-892" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-892"><a href="https://localhost:8088/category/en-ejecucion-en/?lang=en">In execution</a></li> </ul>
my code
<div class='filters-nav'> <?php wp_nav_menu(array( 'theme_location' => 'menu-2', 'menu_id' => 'categoria-proyectos', 'container' => '', 'menu_class' => 'uk-subnav uk-subnav-pill uk-flex-right' )); ?> </div>
That sounds great, I’ll be looking forward to implementation, because I prefer to use the native functions for my development than to use plugins, echo Wordfence Security is one of the only 3 plugins I implement.
rather than a specific plugin, you might think about adding this support to the native Wordrpess “wp_login_form ()” function
could this support be expected in the future?
I have manually inserted the reCaptcha 3 script into each form on the page, and I don’t want to disable it for the login.
I understand, some suggestion at this point, because I have analyzed that they make an insertion of an input with the encrypted token, I could try to do the same but I don’t know since which function is executed the script that inserts the token.
Forum: Plugins
In reply to: [Search & Replace] Error 204 unexpected [i need put back the plugin…
Forum: Plugins
In reply to: [Search & Replace] Error 204 unexpected [HI, have the same problem, and i can’t update my PHP…