'; } public static function get_svg_checked_icon() { return ''; } public static function get_copy_button( $args = [] ) { $show_icon = isset( $args['show_icon'] ) ? $args['show_icon'] : 'yes'; $with_icon = 'yes' === $show_icon ? 'with-icon' : 'without-icon'; $as_raw = isset( $args['as_raw'] ) ? 'yes' : ''; $copy_button_text = isset( $args['copy_button_text'] ) ? $args['copy_button_text'] : esc_html__( 'Copy', 'copy-the-code' ); $copy_button_text_copied = isset( $args['copy_button_text_copied'] ) ? $args['copy_button_text_copied'] : esc_html__( 'Copied!', 'copy-the-code' ); $icon_direction = isset( $args['icon_direction'] ) ? $args['icon_direction'] : 'before'; ob_start(); ?> post_content, $shortcode ) ) { $found = true; } return $found; } }