WP_Site_Health::wp_schedule_test_init

Advertisement

Private Access Private Access

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Summery Summery

Initiate the WP_Cron schedule test cases.

Syntax Syntax

WP_Site_Health::wp_schedule_test_init()

Source Source

File: wp-admin/includes/class-wp-site-health.php

				'<p>%s</p>',
				sprintf(
					/* translators: 1: post_max_size, 2: upload_max_filesize */
					__( 'The setting for %1$s is smaller than %2$s, this could cause some problems when trying to upload files.' ),

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply