&lt;?php

// Include Jupiter X.
require_once( get_template_directory() . &#039;/lib/init.php&#039; );

/**
 * Enqueue assets.
 *
 * Add theme style and script to Jupiter X assets files.
 */
jupiterx_add_smart_action( &#039;wp_enqueue_scripts&#039;, &#039;jupiterx_child_enqueue_scripts&#039;, 8 );

function jupiterx_child_enqueue_scripts() {

	// Add the theme style as a fragment to have access to all the variables.
	jupiterx_compiler_add_fragment( &#039;jupiterx&#039;, get_stylesheet_directory_uri() . &#039;/assets/less/style.less&#039;, &#039;less&#039; );

	// Add the theme script as a fragment.
	jupiterx_compiler_add_fragment( &#039;jupiterx&#039;, get_stylesheet_directory_uri() . &#039;/assets/js/script.js&#039;, &#039;js&#039; );

}

/**
 * Example 1
 *
 * Modify markups and attributes.
 */
// jupiterx_add_smart_action( &#039;wp&#039;, &#039;jupiterx_setup_document&#039; );

function jupiterx_setup_document() {

	// Header
	jupiterx_add_attribute( &#039;jupiterx_header&#039;, &#039;class&#039;, &#039;jupiterx-child-header&#039; );

	// Breadcrumb
	jupiterx_remove_action( &#039;jupiterx_breadcrumb&#039; );

	// Post image
	jupiterx_modify_action_hook( &#039;jupiterx_post_image&#039;, &#039;jupiterx_post_header_before_markup&#039; );

	// Post read more
	jupiterx_replace_attribute( &#039;jupiterx_post_more_link&#039;, &#039;class&#039; , &#039;btn-outline-secondary&#039;, &#039;btn-danger&#039; );

	// Post related
	jupiterx_modify_action_priority( &#039;jupiterx_post_related&#039;, 11 );

}

/**
 * Example 2
 *
 * Modify the sub footer credit text.
 */
// jupiterx_add_smart_action( &#039;jupiterx_subfooter_credit_text_output&#039;, &#039;jupiterx_child_modify_subfooter_credit&#039; );

function jupiterx_child_modify_subfooter_credit() { ?&gt;

	&lt;a href=&quot;https//jupiterx.com&quot; target=&quot;_blank&quot;&gt;Jupiter X Child&lt;/a&gt; theme for &lt;a href=&quot;http://wordpress.org&quot; target=&quot;_blank&quot;&gt;WordPress&lt;/a&gt;

&lt;?php }

/*&lt;?php
/*Social Share shortcode*/
 
function shortcode_monarch(){
 
$monarch = $GLOBALS[&#039;et_monarch&#039;];
 
$monarch_options = $monarch-&gt;monarch_options;
 
return $monarch-&gt;generate_inline_icons(&#039;et_social_inline_custom&#039;);
 
}
 
add_shortcode(&#039;monarch_shortcode&#039;, &#039;shortcode_monarch&#039;)
 
?&gt;<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//noop.pt/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://noop.pt/post-sitemap.xml</loc>
		<lastmod>2023-05-17T11:30:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://noop.pt/page-sitemap.xml</loc>
		<lastmod>2023-07-12T13:06:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://noop.pt/jet-menu-sitemap.xml</loc>
		<lastmod>2022-07-28T13:48:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://noop.pt/category-sitemap.xml</loc>
		<lastmod>2023-05-17T11:30:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://noop.pt/post_tag-sitemap.xml</loc>
		<lastmod>2023-05-17T11:30:57+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->