xmlrpc_prepare_term

xmlrpc_prepare_term

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('xmlrpc_prepare_term') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 869
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
         *
         * @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.