removable_query_args

removable_query_args

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('removable_query_args') is found 1 times:

  • /wp-includes/functions.php line 1269
    	 * @since 4.2.0
    	 *
    	 * @param string[] $removable_query_args An array of query variable names to remove from a URL.
    	 */
    	return apply_filters( 'removable_query_args', $removable_query_args );
    }
    
    /**
     * Walks the array while sanitizing the contents.
     *
     * @since 0.71
    

See this hook used in plugins: