Naming_Notice
Prompts to match the naming already used on disk.
Namespace: WebberZone\Image_Optimizer\Admin
Since: 1.0.1
Source: includes/admin/class-naming-notice.php line 25
Methods
__construct()
Constructor.
Since: 1.0.1
Line: 57
public function __construct( );
render()
Render the notice on the screens where it is actionable.
Since: 1.0.1
Line: 71
public function render( ): void;
Returns: void
maybe_scan()
Scan once the response has been sent, when the notice found no report.
Since: 1.0.1
Line: 117
public function maybe_scan( ): void;
Returns: void
handle_switch()
Switch the naming setting and forget the report.
Since: 1.0.1
Line: 134
public function handle_switch( ): void;
Returns: void
handle_dismiss()
Remember that the current suggestion was declined.
Since: 1.0.1
Line: 169
public function handle_dismiss( ): void;
Returns: void