Inpsyde\MultilingualPress\Module\CustomPostTypeSupport\CustomPostTypeSupportSettingsBox::id PHP Method

id() public method

Returns the ID of the container element.
Since: 3.0.0
public id ( ) : string
return string The ID of the container element.
    public function id()
    {
        return 'mlp-cpt-support-settings';
    }