fruitful_options = get_option( 'fruitful_options_plugin' );
?>
Shortcode Settings
true));
}
public function fruitful_get_post_types_call() {
$pst_arr = ($pst_arr = $this->fruitful_options['fruitful_post_types']) ? ($pst_arr) : array('page', 'post');
foreach ($this->fruitful_getPostTypes() as $post_type) {
$checked = (in_array($post_type, $pst_arr)) ? ' checked="checked"' : '';
?>