芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/the-events-calendar/src/Events/Custom_Tables/V1/Models/Post_Model.php
|int|string A post ID to validate, the title of a post to insert or a list of those. * @param array
$create_overrides A map of overrides that should be used to insert the post if * not present. * * @return array
|int Either the validated or inserted post ID, or a list of them. The method will return * `0` to indicate the post could is not valid or could not be created. */ public static function vinsert( $posts, array $create_overrides = [] ); }