function.php
Table of Contents
Functions
- trigger_deprecation() : void
 - Triggers a silenced deprecation notice.
 
Functions
trigger_deprecation()
Triggers a silenced deprecation notice.
    
                    trigger_deprecation(string $package, string $version, string $message, mixed ...$args) : void
    
        Parameters
- $package : string
 - 
                    
The name of the Composer package that is triggering the deprecation
 - $version : string
 - 
                    
The version of the package that introduced the deprecation
 - $message : string
 - 
                    
The message of the deprecation
 - $args : mixed
 - 
                    
Values to insert in the message using printf() formatting