|
|
|
|
get_show_disclaimer(), true); ?>>
|
|
|
get_disclaimer_text(), ATKP_PLUGIN_PREFIX.'_dislaimer_text', array(
'media_buttons' => false,
'textarea_name' => ATKP_PLUGIN_PREFIX.'_disclaimer_text',
'textarea_rows' => 7,
));
?>
|
| |
|
|
|
|
|
|
|
|
|
|
get_mark_links(), true); ?>>
|
|
|
get_open_window(), true); ?>>
|
|
|
get_openlinkswithjs(), true); ?>>
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_productgroupascategory(), true); ?>>
|
|
|
get_productgroupdeleteoldentries(), true); ?>>
|
|
|
|
| |
|
|
|
|
|
|
|
|
| |
|
|
|
|
get_additional_shortcode_button(), true); ?>>
|
|
|
get_disableselect2_backend(), true); ?>>
|
|
|
get_disableselect2_frontend(), true); ?>>
|
|
|
true,
'_builtin' => false
);
$post_types = get_post_types( $args, 'names', 'and' );
$sel_post_types = atkp_options::$loader->get_custom_posttypes();
foreach ( $post_types as $post_type ) {
$found = false;
if($sel_post_types != null && is_array($sel_post_types))
foreach($sel_post_types as $pp)
if($pp == $post_type) {
$found = true;
break;
}
?>
>
|
|
|
|