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.7.2

apply_filters('removable_query_args') is found 1 times:

  • /wp-includes/functions.php line 1269
    1265
    1266
    1267
    1268
    1269
    1270
    1271
    1272
    1273
    1274
    1275
         * @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: