Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
PUM_Abstract_Upgrade_Posts::get_post_ids()
Full list of post_ids to be processed.
Description Description
Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Return Return
(array|bool) Default false.
Source Source
File: classes/Abstract/Upgrade/Posts.php
protected function get_post_ids() { if ( ! isset( $this->post_ids ) || ! $this->post_ids ) { $this->post_ids = PUM_DataStorage::get( "{$this->batch_id}_post_ids", false ); if ( is_array( $this->post_ids ) ) { $this->post_ids = wp_parse_id_list( $this->post_ids ); } } return $this->post_ids; }
Expand full source code Collapse full source code View on Trac