xmlrpc_text_filters

xmlrpc_text_filters

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('xmlrpc_text_filters') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 6735
    6731
    6732
    6733
    6734
    6735
    6736
    6737
    6738
    6739
    6740
    6741
         * @since 2.2.0
         *
         * @param array $filters An array of text filters.
         */
        return apply_filters( 'xmlrpc_text_filters', array() );
    }
     
    /**
     * Retrieves trackbacks sent to a given post.
     *
     * @since 1.5.0