wp_parse_str

wp_parse_str

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_parse_str') is found 1 times:

  • /wp-includes/formatting.php line 5175
    	 * @since 2.2.1
    	 *
    	 * @param array $result The array populated with variables.
    	 */
    	$result = apply_filters( 'wp_parse_str', $result );
    }
    
    /**
     * Converts lone less than signs.
     *
     * KSES already converts lone greater than signs.