Profiles

  • Member Since: December 12th, 2022
  • Find me on:
  • Posted a reply to Plugin doesn’t work after $wp_query->set_404(), on the site WordPress.org Forums:
    public function login_url($login_url, $redirect, $force_reauth) { if (is_404()) { return '#'; } if ($force_reauth ===…

  • Created a topic, Plugin doesn’t work after $wp_query->set_404(), on the site WordPress.org Forums:
    global $wp_query;$wp_query->set_404();echo wp_login…

  • Posted a reply to When the plugin is on, the is_login() function does not work., on the site WordPress.org Forums:
    No, that's not true is_ user_ logged_ In () is used to detect whether a…

  • Created a topic, There is a vulnerability in the processing of robote.txt in this plugin, please, on the site WordPress.org Forums:
    The plugin's replacement for robot.txt is in /models/R…

  • Created a topic, When the plugin is on, the is_login() function does not work., on the site WordPress.org Forums:
    A new function named is_login() has been added after v…