logo carre@4x
<?php
/**
 * Change name `Portfolio` with `Retreats`
 *
 * @param  array  $args       Post type arguments.
 * @param  string $post_type Post type slug.
 * @return array             Filtered arguments.
 */
if( ! function_exists( 'astra_portfolio_change_portfolio_arguments' ) ) :
	function astra_portfolio_change_portfolio_arguments( $args = array(), $post_type = '' ) {
		if( 'astra-portfolio' !== $post_type ) {
			return $args;
		}

		// Change the post type title.
		$args['labels']['name'] = 'Retreats';

		return $args;
   }
   add_filter( 'register_post_type_args', 'astra_portfolio_change_portfolio_arguments', 10, 2 );
endif;

Search

About

Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown prmontserrat took a galley of type and scrambled it to make a type specimen book.

Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown prmontserrat took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

Tags

Gallery