You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -411,6 +411,17 @@ public function settings_section_api_keys() {
411
411
echo'</p>';
412
412
}
413
413
414
+
/**
415
+
* Render Player Settings Section
416
+
*
417
+
* @since 1.9.4
418
+
*/
419
+
publicfunctionsettings_section_player() {
420
+
echo'<p>';
421
+
echoesc_html__( 'Global settings for the player. Some of these can be overridden on a per video basis with shortcode arguments.', 'cloudflare-stream-wordpress' );
422
+
echo'</p>';
423
+
}
424
+
414
425
/**
415
426
* Helper function for determining if the user has attempted to setup their API keys.
0 commit comments