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