tramites.php
Showing 10 of 10 total issues
Call to undeclared function \wp_lostpassword_url()
Open
Open
<a href="<?php echo wp_lostpassword_url('tramites.php'); ?>"><?= $text["password_lost"]; ?></a>
- Create a ticketCreate a ticket
- Exclude checks
Call to undeclared function \wp_get_current_user()
(Did you mean \get_current_user()) Open
Open
$user = wp_get_current_user();
- Create a ticketCreate a ticket
- Exclude checks
Call to undeclared function \wp_login_form()
Open
Open
<?php wp_login_form(); ?>
- Create a ticketCreate a ticket
- Exclude checks
Call to undeclared function \get_footer()
Open
Open
get_footer();
- Create a ticketCreate a ticket
- Exclude checks
Call to undeclared function \get_header()
(Did you mean \get_headers()) Open
Open
get_header();
- Create a ticketCreate a ticket
- Exclude checks
Remove this commented out code. Open
Open
//$user = get_userdata(2);
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Remove this commented out code. Open
Open
//if (!IS_DEVELOPMENT) {
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after ELSE keyword; 0 found Open
Open
<?php else: ?>
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 0 Open
Open
<?php if (isset($user) && $user->ID == 0): ?>
- Create a ticketCreate a ticket
- Exclude checks