Lines Matching refs:addConfig
39 $this->addConfig( 'acceptBody' );
40 $this->addConfig( 'acceptButton' );
41 $this->addConfig( 'declineButton' );
42 $this->addConfig( 'policyButton' );
43 $this->addConfig( 'policyURL' );
44 $this->addConfig( 'acceptOnContinue' );
45 $this->addConfig( 'acceptOnScroll' );
46 $this->addConfig( 'acceptAnyClick' );
47 $this->addConfig( 'expireDays' );
48 $this->addConfig( 'renewOnVisit' );
49 $this->addConfig( 'forceShow' );
52 private function addConfig( $valueName ) { function in action_plugin_googleconsentmananger