loginout

loginout

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('loginout') is found 2 times:

  • /wp-includes/general-template.php line 399
    		 * @since 1.5.0
    		 *
    		 * @param string $link The HTML link content.
    		 */
    		echo apply_filters( 'loginout', $link );
    	} else {
    		/** This filter is documented in wp-includes/general-template.php */
    		return apply_filters( 'loginout', $link );
    	}
    }
    
    
  • /wp-includes/general-template.php line 402
    		 */
    		echo apply_filters( 'loginout', $link );
    	} else {
    		/** This filter is documented in wp-includes/general-template.php */
    		return apply_filters( 'loginout', $link );
    	}
    }
    
    /**
     * Retrieves the logout URL.
     *
    

See this hook used in plugins: