Ejemplo n.º 1
0
 function __construct($args)
 {
     _pl_deprecated_function('PageLinesOptionsUI', '1.1', 'DMSOptionsUI');
     return new DMSOptionsUI($args);
 }
Ejemplo n.º 2
0
 function pagelines_register_sections($a = false, $b = false)
 {
     _pl_deprecated_function(__FUNCTION__, '2.0', '$editorsections->get_sections()');
     return $this->get_sections();
 }