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 ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |