feed_links_args

feed_links_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('feed_links_args') is found 1 times:

  • /wp-includes/general-template.php line 3129
    3125
    3126
    3127
    3128
    3129
    3130
    3131
    3132
    3133
    3134
    3135
    * @since 6.7.0
     *
     * @param array $args An array of feed links arguments.
     */
    $args = apply_filters( 'feed_links_args', $args );
     
    /**
     * Filters whether to display the posts feed link.
     *
     * @since 4.4.0
     *