HEADLINE_LIST_SERVICES_NOTICE HEADLINE_LIST_SERVICES_NOTICE =self::SECTION . '-headline-list-services-notice'
HEADLINE_CONSENT_FORWARDING HEADLINE_CONSENT_FORWARDING =self::SECTION . '-headline-consent-forwarding'
SETTING_BLOCKER_LINK_SHOW_MISSING SETTING_BLOCKER_LINK_SHOW_MISSING =self::SETTING_BLOCKER . '-link-show-missing'
POWERED_BY_TEXTS_WEIGHTS POWERED_BY_TEXTS_WEIGHTS =array(25, 25, 25, 10, 10, 5) :array<mixed,integer> Matches the indexed array of `getPoweredByLinkTexts`.
getPluginConstantPrefix() getPluginConstantPrefix(): string Get the prefix of this plugin so composer packages can dynamically build other constant values on it. Returns string
getDescription() getDescription() Return HTML for the customize description about "Texts" at the top.
getEPrivacyUSANotice() getEPrivacyUSANotice() Return a notice HTML for the customize description when US data processing is deactivated.
getAgeNoticeNotice() getAgeNoticeNotice() Return a notice HTML for the customize description when age notice is deactivated.
getListServicesNotice() getListServicesNotice() Return a notice HTML for the customize description when list-services notice is deactivated.
getConsentForwardingCustomHostsNotice() getConsentForwardingCustomHostsNotice() Return a notice HTML for the customize description when RCB's Consent Forwarding is deactivated.
getDefaultButtonTexts() getDefaultButtonTexts() Get the button default texts. The naming is a bit weird but it also returns texts for headlines, age notice and content blocker.
getRandomPoweredByText() getRandomPoweredByText() Randomly get and set the powered-by text per WordPress installation.
getPoweredByLinkTexts() getPoweredByLinkTexts(boolean $translate = true) Get the allowed "powered-by" texts so the user can choose a text. Parameters boolean $translate Translate the powered by texts by gettext
applyBlockerTextsBackwardsCompatibility() applyBlockerTextsBackwardsCompatibility(array $revision,boolean $independent) Since 1.10: Moved the texts to the customizer, but keep for backwards-compatibility. Parameters array $revision boolean $independent
new_version_installation_after_2_6_5() new_version_installation_after_2_6_5(string|false $installed) Delete the already known, randomly selected powered-by text and regenerate it. Parameters string|false $installed