Astra_Customizer_Partials::render_footer_sml_section_1_credit()

Render Partial Footer Section 1 Credit


Description


Return

(mixed)


Source

File: inc/customizer/class-astra-customizer-partials.php

		public static function render_footer_sml_section_1_credit() {

			$output = astra_get_small_footer_custom_text( 'footer-sml-section-1-credit' );
			return do_shortcode( $output );
		}

Changelog

Changelog
Version Description
1.0.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.