| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/general.php.tar |
home/xbodynamge/www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php 0000644 00000005531 15113637705 0025501 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
if ( ! \current_theme_supports( 'title-tag' ) && ! ( function_exists( 'wp_is_block_theme' ) && \wp_is_block_theme() ) ) {
$wpseo_rewrite_titles_title = esc_html__( 'Rewrite titles', 'wordpress-seo' );
$wpseo_rewrite_titles_presenter = new WPSEO_Paper_Presenter(
$wpseo_rewrite_titles_title,
__DIR__ . '/paper-content/general/force-rewrite-title.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-rewrite-titles',
'title' => $wpseo_rewrite_titles_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_rewrite_titles_presenter->get_output();
}
$wpseo_title_separator_title = esc_html__( 'Title Separator', 'wordpress-seo' );
$wpseo_title_separator_presenter = new WPSEO_Paper_Presenter(
$wpseo_title_separator_title,
__DIR__ . '/paper-content/general/title-separator.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-title-separator',
'title' => $wpseo_title_separator_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_title_separator_presenter->get_output();
if ( get_option( 'show_on_front' ) === 'posts' ) {
$wpseo_homepage_title = esc_html__( 'Homepage', 'wordpress-seo' );
}
else {
$wpseo_homepage_title = esc_html__( 'Homepage & Posts page', 'wordpress-seo' );
}
$wpseo_homepage_presenter = new WPSEO_Paper_Presenter(
$wpseo_homepage_title,
__DIR__ . '/paper-content/general/homepage.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-homepage',
'title' => $wpseo_homepage_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_homepage_presenter->get_output();
$wpseo_knowledge_graph_title = esc_html__( 'Knowledge Graph & Schema.org', 'wordpress-seo' );
$wpseo_knowledge_graph_presenter = new WPSEO_Paper_Presenter(
$wpseo_knowledge_graph_title,
__DIR__ . '/paper-content/general/knowledge-graph.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-knowledge-graph',
'title' => $wpseo_knowledge_graph_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_knowledge_graph_presenter->get_output();
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php 0000644 00000005531 15114016145 0027323 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
if ( ! \current_theme_supports( 'title-tag' ) && ! ( function_exists( 'wp_is_block_theme' ) && \wp_is_block_theme() ) ) {
$wpseo_rewrite_titles_title = esc_html__( 'Rewrite titles', 'wordpress-seo' );
$wpseo_rewrite_titles_presenter = new WPSEO_Paper_Presenter(
$wpseo_rewrite_titles_title,
__DIR__ . '/paper-content/general/force-rewrite-title.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-rewrite-titles',
'title' => $wpseo_rewrite_titles_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_rewrite_titles_presenter->get_output();
}
$wpseo_title_separator_title = esc_html__( 'Title Separator', 'wordpress-seo' );
$wpseo_title_separator_presenter = new WPSEO_Paper_Presenter(
$wpseo_title_separator_title,
__DIR__ . '/paper-content/general/title-separator.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-title-separator',
'title' => $wpseo_title_separator_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_title_separator_presenter->get_output();
if ( get_option( 'show_on_front' ) === 'posts' ) {
$wpseo_homepage_title = esc_html__( 'Homepage', 'wordpress-seo' );
}
else {
$wpseo_homepage_title = esc_html__( 'Homepage & Posts page', 'wordpress-seo' );
}
$wpseo_homepage_presenter = new WPSEO_Paper_Presenter(
$wpseo_homepage_title,
__DIR__ . '/paper-content/general/homepage.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-homepage',
'title' => $wpseo_homepage_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_homepage_presenter->get_output();
$wpseo_knowledge_graph_title = esc_html__( 'Knowledge Graph & Schema.org', 'wordpress-seo' );
$wpseo_knowledge_graph_presenter = new WPSEO_Paper_Presenter(
$wpseo_knowledge_graph_title,
__DIR__ . '/paper-content/general/knowledge-graph.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-knowledge-graph',
'title' => $wpseo_knowledge_graph_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_knowledge_graph_presenter->get_output();
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php 0000644 00000004026 15114242145 0027702 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*
* @uses Yoast_Form $yform Form object.
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
echo '<div class="tab-block">';
/*
* {@internal Important: Make sure the options added to the array here are in line with the
* options set in the WPSEO_Option_MS::$allowed_access_options property.}}
*/
$yform->select(
'access',
/* translators: %1$s expands to Yoast SEO */
sprintf( __( 'Who should have access to the %1$s settings', 'wordpress-seo' ), 'Yoast SEO' ),
[
'admin' => __( 'Site Admins (default)', 'wordpress-seo' ),
'superadmin' => __( 'Super Admins only', 'wordpress-seo' ),
]
);
if ( get_blog_count() <= 100 ) {
$network_admin = new Yoast_Network_Admin();
$yform->select(
'defaultblog',
__( 'New sites in the network inherit their SEO settings from this site', 'wordpress-seo' ),
$network_admin->get_site_choices( true, true )
);
echo '<p>' . esc_html__( 'Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose \'None\', the normal plugin defaults will be used.', 'wordpress-seo' ) . '</p>';
}
else {
$yform->textinput( 'defaultblog', __( 'New sites in the network inherit their SEO settings from this site', 'wordpress-seo' ) );
echo '<p>';
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).', 'wordpress-seo' ),
'<a href="' . esc_url( network_admin_url( 'sites.php' ) ) . '">',
'</a>'
);
echo '</p>';
}
echo '<p><strong>' . esc_html__( 'Take note:', 'wordpress-seo' ) . '</strong> ' . esc_html__( 'Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.', 'wordpress-seo' ) . '</p>';
echo '</div>';
home/xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php 0000644 00000004026 15114323555 0030114 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*
* @uses Yoast_Form $yform Form object.
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
echo '<div class="tab-block">';
/*
* {@internal Important: Make sure the options added to the array here are in line with the
* options set in the WPSEO_Option_MS::$allowed_access_options property.}}
*/
$yform->select(
'access',
/* translators: %1$s expands to Yoast SEO */
sprintf( __( 'Who should have access to the %1$s settings', 'wordpress-seo' ), 'Yoast SEO' ),
[
'admin' => __( 'Site Admins (default)', 'wordpress-seo' ),
'superadmin' => __( 'Super Admins only', 'wordpress-seo' ),
]
);
if ( get_blog_count() <= 100 ) {
$network_admin = new Yoast_Network_Admin();
$yform->select(
'defaultblog',
__( 'New sites in the network inherit their SEO settings from this site', 'wordpress-seo' ),
$network_admin->get_site_choices( true, true )
);
echo '<p>' . esc_html__( 'Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose \'None\', the normal plugin defaults will be used.', 'wordpress-seo' ) . '</p>';
}
else {
$yform->textinput( 'defaultblog', __( 'New sites in the network inherit their SEO settings from this site', 'wordpress-seo' ) );
echo '<p>';
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).', 'wordpress-seo' ),
'<a href="' . esc_url( network_admin_url( 'sites.php' ) ) . '">',
'</a>'
);
echo '</p>';
}
echo '<p><strong>' . esc_html__( 'Take note:', 'wordpress-seo' ) . '</strong> ' . esc_html__( 'Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.', 'wordpress-seo' ) . '</p>';
echo '</div>';
home/xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php 0000644 00000005531 15114341123 0027525 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
if ( ! \current_theme_supports( 'title-tag' ) && ! ( function_exists( 'wp_is_block_theme' ) && \wp_is_block_theme() ) ) {
$wpseo_rewrite_titles_title = esc_html__( 'Rewrite titles', 'wordpress-seo' );
$wpseo_rewrite_titles_presenter = new WPSEO_Paper_Presenter(
$wpseo_rewrite_titles_title,
__DIR__ . '/paper-content/general/force-rewrite-title.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-rewrite-titles',
'title' => $wpseo_rewrite_titles_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_rewrite_titles_presenter->get_output();
}
$wpseo_title_separator_title = esc_html__( 'Title Separator', 'wordpress-seo' );
$wpseo_title_separator_presenter = new WPSEO_Paper_Presenter(
$wpseo_title_separator_title,
__DIR__ . '/paper-content/general/title-separator.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-title-separator',
'title' => $wpseo_title_separator_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_title_separator_presenter->get_output();
if ( get_option( 'show_on_front' ) === 'posts' ) {
$wpseo_homepage_title = esc_html__( 'Homepage', 'wordpress-seo' );
}
else {
$wpseo_homepage_title = esc_html__( 'Homepage & Posts page', 'wordpress-seo' );
}
$wpseo_homepage_presenter = new WPSEO_Paper_Presenter(
$wpseo_homepage_title,
__DIR__ . '/paper-content/general/homepage.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-homepage',
'title' => $wpseo_homepage_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_homepage_presenter->get_output();
$wpseo_knowledge_graph_title = esc_html__( 'Knowledge Graph & Schema.org', 'wordpress-seo' );
$wpseo_knowledge_graph_presenter = new WPSEO_Paper_Presenter(
$wpseo_knowledge_graph_title,
__DIR__ . '/paper-content/general/knowledge-graph.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-knowledge-graph',
'title' => $wpseo_knowledge_graph_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_knowledge_graph_presenter->get_output();
home/xbodynamge/namtation/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php 0000644 00000005531 15114441531 0026636 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
if ( ! \current_theme_supports( 'title-tag' ) && ! ( function_exists( 'wp_is_block_theme' ) && \wp_is_block_theme() ) ) {
$wpseo_rewrite_titles_title = esc_html__( 'Rewrite titles', 'wordpress-seo' );
$wpseo_rewrite_titles_presenter = new WPSEO_Paper_Presenter(
$wpseo_rewrite_titles_title,
__DIR__ . '/paper-content/general/force-rewrite-title.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-rewrite-titles',
'title' => $wpseo_rewrite_titles_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_rewrite_titles_presenter->get_output();
}
$wpseo_title_separator_title = esc_html__( 'Title Separator', 'wordpress-seo' );
$wpseo_title_separator_presenter = new WPSEO_Paper_Presenter(
$wpseo_title_separator_title,
__DIR__ . '/paper-content/general/title-separator.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-title-separator',
'title' => $wpseo_title_separator_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_title_separator_presenter->get_output();
if ( get_option( 'show_on_front' ) === 'posts' ) {
$wpseo_homepage_title = esc_html__( 'Homepage', 'wordpress-seo' );
}
else {
$wpseo_homepage_title = esc_html__( 'Homepage & Posts page', 'wordpress-seo' );
}
$wpseo_homepage_presenter = new WPSEO_Paper_Presenter(
$wpseo_homepage_title,
__DIR__ . '/paper-content/general/homepage.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-homepage',
'title' => $wpseo_homepage_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_homepage_presenter->get_output();
$wpseo_knowledge_graph_title = esc_html__( 'Knowledge Graph & Schema.org', 'wordpress-seo' );
$wpseo_knowledge_graph_presenter = new WPSEO_Paper_Presenter(
$wpseo_knowledge_graph_title,
__DIR__ . '/paper-content/general/knowledge-graph.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-knowledge-graph',
'title' => $wpseo_knowledge_graph_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_knowledge_graph_presenter->get_output();
home/xbodynamge/namtation/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php 0000644 00000004026 15114442506 0027217 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*
* @uses Yoast_Form $yform Form object.
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
echo '<div class="tab-block">';
/*
* {@internal Important: Make sure the options added to the array here are in line with the
* options set in the WPSEO_Option_MS::$allowed_access_options property.}}
*/
$yform->select(
'access',
/* translators: %1$s expands to Yoast SEO */
sprintf( __( 'Who should have access to the %1$s settings', 'wordpress-seo' ), 'Yoast SEO' ),
[
'admin' => __( 'Site Admins (default)', 'wordpress-seo' ),
'superadmin' => __( 'Super Admins only', 'wordpress-seo' ),
]
);
if ( get_blog_count() <= 100 ) {
$network_admin = new Yoast_Network_Admin();
$yform->select(
'defaultblog',
__( 'New sites in the network inherit their SEO settings from this site', 'wordpress-seo' ),
$network_admin->get_site_choices( true, true )
);
echo '<p>' . esc_html__( 'Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose \'None\', the normal plugin defaults will be used.', 'wordpress-seo' ) . '</p>';
}
else {
$yform->textinput( 'defaultblog', __( 'New sites in the network inherit their SEO settings from this site', 'wordpress-seo' ) );
echo '<p>';
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).', 'wordpress-seo' ),
'<a href="' . esc_url( network_admin_url( 'sites.php' ) ) . '">',
'</a>'
);
echo '</p>';
}
echo '<p><strong>' . esc_html__( 'Take note:', 'wordpress-seo' ) . '</strong> ' . esc_html__( 'Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.', 'wordpress-seo' ) . '</p>';
echo '</div>';
home/xbodynamge/www/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php 0000644 00000004026 15114644525 0026056 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*
* @uses Yoast_Form $yform Form object.
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
echo '<div class="tab-block">';
/*
* {@internal Important: Make sure the options added to the array here are in line with the
* options set in the WPSEO_Option_MS::$allowed_access_options property.}}
*/
$yform->select(
'access',
/* translators: %1$s expands to Yoast SEO */
sprintf( __( 'Who should have access to the %1$s settings', 'wordpress-seo' ), 'Yoast SEO' ),
[
'admin' => __( 'Site Admins (default)', 'wordpress-seo' ),
'superadmin' => __( 'Super Admins only', 'wordpress-seo' ),
]
);
if ( get_blog_count() <= 100 ) {
$network_admin = new Yoast_Network_Admin();
$yform->select(
'defaultblog',
__( 'New sites in the network inherit their SEO settings from this site', 'wordpress-seo' ),
$network_admin->get_site_choices( true, true )
);
echo '<p>' . esc_html__( 'Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose \'None\', the normal plugin defaults will be used.', 'wordpress-seo' ) . '</p>';
}
else {
$yform->textinput( 'defaultblog', __( 'New sites in the network inherit their SEO settings from this site', 'wordpress-seo' ) );
echo '<p>';
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).', 'wordpress-seo' ),
'<a href="' . esc_url( network_admin_url( 'sites.php' ) ) . '">',
'</a>'
);
echo '</p>';
}
echo '<p><strong>' . esc_html__( 'Take note:', 'wordpress-seo' ) . '</strong> ' . esc_html__( 'Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.', 'wordpress-seo' ) . '</p>';
echo '</div>';
themeisle-companion/obfx_modules/companion-legacy/inc/azera-shop/inc/translations/general.php 0000604 00000000736 15115627523 0040344 0 ustar 00 home/xbodynamge/crosstraining/wp-content/plugins <?php
/**
* General functions for translation.
*
* @package azera-shop-companion
*/
/**
* Define Allowed Files to be included.
*/
function azera_shop_companion_filter_translations( $array ) {
return array_merge( $array, array(
'translations/translations-services-section',
'translations/translations-team-section',
'translations/translations-testimonials-section',
) );
}
add_filter( 'azera_shop_filter_translations', 'azera_shop_companion_filter_translations' ); obfx_modules/companion-legacy/inc/llorix-one-companion/inc/translations/general.php 0000644 00000000737 15115706364 0040243 0 ustar 00 home/xbodynamge/dev/wp-content/plugins/themeisle-companion <?php
/**
* General functions for translation.
*
* @package llorix-one-lite
*/
/**
* Define Allowed Files to be included.
*/
function llorix_one_companion_filter_translations( $array ) {
return array_merge( $array, array(
'translations/translations-services-section',
'translations/translations-team-section',
'translations/translations-testimonials-section',
) );
}
add_filter( 'llorix_one_lite_filter_translations', 'llorix_one_companion_filter_translations' ); themeisle-companion/obfx_modules/companion-legacy/inc/azera-shop/inc/translations/general.php 0000644 00000000736 15115707265 0036243 0 ustar 00 home/xbodynamge/dev/wp-content/plugins <?php
/**
* General functions for translation.
*
* @package azera-shop-companion
*/
/**
* Define Allowed Files to be included.
*/
function azera_shop_companion_filter_translations( $array ) {
return array_merge( $array, array(
'translations/translations-services-section',
'translations/translations-team-section',
'translations/translations-testimonials-section',
) );
}
add_filter( 'azera_shop_filter_translations', 'azera_shop_companion_filter_translations' );