xmlrpc_text_filters

xmlrpc_text_filters

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('xmlrpc_text_filters') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 6735
    		 * @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