Troubleshooting_Diagnostics::render_sync_site_url( $args )

Summary

No summary available.

Source

File: src/BigCommerce/Settings/Sections/Troubleshooting_Diagnostics.php

		printf( '%s<p class="description">%s</p>', $checkbox, esc_html( $args[ 'description' ] ) );
	}

	public function render_log_file_size( $args ) {
		$value = get_option( $args[ 'option' ], 25 );

User Contributed Notes

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