Home
last modified time | relevance | path

Searched refs:_get_configs (Results 1 – 1 of 1) sorted by relevance

/plugin/credits/
Dsyntax.php60 function _get_configs($which) { function in syntax_plugin_credits
77 $bgcolor = $this->_get_configs('background_color');
78 $text = $this->_get_configs('pop_up_color');
79 $pop_up_weight = $this->_get_configs('pop_up_weight');
80 $family = $this->_get_configs('pop_up_family');
96 $text_weight = $this->_get_configs('text_weight');
97 $text_size = $this->_get_configs('text_size');
98 $email_size = $this->_get_configs('email_text_size');
99 $email_weight=$this->_get_configs('email_weight');
100 $line_height=$this->_get_configs('line_height');
[all …]