Description
Return the "parse_count" from the parsed sourceThis is actually the timestamp for the parsed file in whatever format that is..
Usage
$integer = bw_get_parse_count( $parsed_source );Parameters
- $parsed_source
- ( post ) required – the parsed source post object
Returns
integer the parse countTO DO
Deprecate in favour of get_parse_count() method.Source
File name: oik-shortcodes/classes/class-oiksc-parsed-source.phpLines:
1 to 4 of 4
function bw_get_parse_count( $parsed_source ) { $parse_count = get_post_meta( $parsed_source->ID, "_oik_parse_count", true ); return( $parse_count ); }View on GitHub
Called by
1 to 1 of 1
