You appear to be a bot. Output may be restricted
Description
Usage
md5_hasher::load_parsed_source();
Parameters
Returns
voidSource
File name: oik-shortcodes/admin/set_md5_hash.phpLines:
1 to 10 of 10
function load_parsed_source() { $atts = array( "post_type" => "oik_parsed_source" , "numberposts" => -1 , "orderby" => "ID" , "order" => "ASC" ); $posts = bw_get_posts( $atts ); echo count( $posts ) . PHP_EOL; return( $posts ); }View on GitHub