Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Taxo EA Interna 1

Дата публикации: 26-01-2026 11:59:32

if ( ! function_exists( ‘sqpp_taxo_interna’ ) ) { // Register Custom Taxonomy function sqpp_taxo_interna() { $labels = array( ‘name’ => _x( ‘Interna’, ‘Taxonomy General Name’, ‘sqpp’ ), ‘singular_name’ => _x( ‘Intern’, ‘Taxonomy Singular Name’, ‘sqpp’ ), ‘menu_name’ => __( ‘Intern’, ‘sqpp’ ), ‘all_items’ => __( ‘All Items’, ‘sqpp’ ), ‘parent_item’ => __( ‘Parent Item’, ‘sqpp’ […]
The post Taxo EA Interna 1 appeared first on GenerateWP.


Основное содержимое страницы с новостью.

Taxo EA Interna 1
if ( ! function_exists( 'sqpp_taxo_interna' ) ) {

// Register Custom Taxonomy
function sqpp_taxo_interna() {

	$labels = array(
		'name'                       => _x( 'Interna', 'Taxonomy General Name', 'sqpp' ),
		'singular_name'              => _x( 'Intern', 'Taxonomy Singular Name', 'sqpp' ),
		'menu_name'                  => __( 'Intern', 'sqpp' ),
		'all_items'                  => __( 'All Items', 'sqpp' ),
		'parent_item'                => __( 'Parent Item', 'sqpp' ),
		'parent_item_colon'          => __( 'Parent Item:', 'sqpp' ),
		'new_item_name'              => __( 'New Itern', 'sqpp' ),
		'add_new_item'               => __( 'Add Intern', 'sqpp' ),
		'edit_item'                  => __( 'Edit Intern', 'sqpp' ),
		'update_item'                => __( 'Update Intern', 'sqpp' ),
		'view_item'                  => __( 'View Intern', 'sqpp' ),
		'separate_items_with_commas' => __( 'Separate items with commas', 'sqpp' ),
		'add_or_remove_items'        => __( 'Add or remove items', 'sqpp' ),
		'choose_from_most_used'      => __( 'Choose from the most used', 'sqpp' ),
		'popular_items'              => __( 'Popular Items', 'sqpp' ),
		'search_items'               => __( 'Search Items', 'sqpp' ),
		'not_found'                  => __( 'Not Found', 'sqpp' ),
		'no_terms'                   => __( 'No items', 'sqpp' ),
		'items_list'                 => __( 'Items list', 'sqpp' ),
		'items_list_navigation'      => __( 'Items list navigation', 'sqpp' ),
	);
	$args = array(
		'labels'                     => $labels,
		'hierarchical'               => false,
		'public'                     => true,
		'show_ui'                    => true,
		'show_admin_column'          => true,
		'show_in_nav_menus'          => false,
		'show_tagcloud'              => false,
	);
	register_taxonomy( 'interna', array( 'post', ' page' ), $args );

}
add_action( 'init', 'sqpp_taxo_interna', 0 );

}

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Untitled Snippet012.4713-01-2026
2Standart015.7306-01-2026
3tax_machine_type08.2627-01-2026
4Applications08.2627-01-2026
5industry08.2627-01-2026
6Boxsquad08.130-07-2026
7cpt_cnc_materials08.426-01-2026
8 2026 XBRL Taxonomies Update 015.2617-03-2026
9JS Error0727-06-2026
10AI Data Table for WordPress: A New Way to Work With Data08.401-05-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 17.08. Источник: generatewp.com.