Amazon_S3_And_CloudFront::get_settings_nonce_key PHP Method

get_settings_nonce_key() public method

Get the nonce key for the settings form of the plugin
public get_settings_nonce_key ( ) : string
return string
    function get_settings_nonce_key()
    {
        return $this->get_plugin_prefix_slug() . '-save-settings';
    }
Amazon_S3_And_CloudFront