Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: xmlrpc_prepare_term

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
810
811           /**
812            * Filters XML-RPC-prepared data for the given term.
813            *
814            * @since 3.4.0
815            *
816            * @param array        $_term An array of term data.
817            * @param array|object $term  Term object or array.
818            */
819           return apply_filters( 'xmlrpc_prepare_term', $_term, $term );
820      }
821
822      /**
823       * Convert a WordPress date string to an IXR_Date object.
824       *
825       * @param string $date Date string to convert.
826       * @return IXR_Date IXR_Date object.
827       */
828      protected function _convert_date( $date ) {