Snippets

Crumina Team [Unyson] Change "Project" Labels

Created by Alexandr Kostyrka last modified
/**
 * Change Project Labels
 */
function _crumina_filter_portfolio_labels($labels) {
    $labels = array(
        'singular' => __('Custom Project', 'seosight'),
        'plural'   => __('Custom Projects', 'seosight'),
    );

    return $labels;
}
add_filter('fw_ext_projects_post_type_name', '_crumina_filter_portfolio_labels');

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.