$value ) {
$tmp_post_types[ $key ] = $value->labels->singular_name;
}
$apl_help_text = array(
'ignore_post_types' =>
esc_html__( 'Used for ignoring post types when creating/editing a post list.', 'advanced-post-list' ),
'delete_on_deactivate' =>
esc_html__( 'If "No" is selected, then the plugin\'s database data will not be removed when the plugin is deactivated. When re-activated, the plugin data will restored as it was left. Please Note: If the plugin is removed/uninstalled, then the plugin\'s data will be removed regardless.', 'advanced-post-list' ),
'default_empty_enable' =>
'' . esc_html__( 'Enable Default Empty Message: ', 'advanced-post-list' ) . '' .
esc_html__( 'Used as a default option to use if no posts are found and the Empty Message is empty within the preset post list.', 'advanced-post-list' ) . '
' .
'' . esc_html__( 'Enable Global Exit (boolean): ', 'advanced-post-list' ) . '' .
esc_html__( 'If enabled (yes), the all presets will fallback on the global/default Empty Message.', 'advanced-post-list' ) . '
' .
'' . esc_html__( 'Empty Message: ', 'advanced-post-list' ) . '' .
esc_html__( 'Contains the message that will be displayed if no posts are found. HTML and CSS can be used.', 'advanced-post-list' ),
);
?>