You appear to be a bot. Output may be restricted
Description
Return the "parse_count" from the parsed source
This is actually the timestamp for the parsed file in whatever format that is..
Usage
$integer = oiksc_parsed_source::get_parse_count();
Parameters
Returns
integer the parse count
Source
File name: oik-shortcodes/classes/class-oiksc-parsed-source.php
Lines:
1 to 5 of 5
function get_parse_count() { $parse_count = get_post_meta( $this->po_post->ID, "_oik_parse_count", true ); $this->parse_count = $parse_count; return( $parse_count ); }