xmlrpc_prepare_term

xmlrpc_prepare_term

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('xmlrpc_prepare_term') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 869
    		 *
    		 * @param array        $_term An array of term data.
    		 * @param array|object $term  Term object or array.
    		 */
    		return apply_filters( 'xmlrpc_prepare_term', $_term, $term );
    	}
    
    	/**
    	 * Converts a WordPress date string to an IXR_Date object.
    	 *
    	 * @param string $date Date string to convert.