/**
  * Do not use, deprecated.
  *
  * @deprecated 4.0
  */
 function createSettingsGroup()
 {
     if (!$this->depnotice_createSettingsGroup) {
         $this->plugin->notifications->add_notice(9, $this->plugin->createstring_Deprecated(__FUNCTION__));
         $this->plugin->notifications->display();
         $this->depnotice_createSettingsGroup = true;
     }
 }
 /**
  * Do not use, deprecated.
  *
  * @deprecated 4.0
  */
 function slp_render_search_form_tag_list()
 {
     if (!$this->depnotice_setResultsString) {
         $this->slplus->notifications->add_notice(9, $this->slplus->createstring_Deprecated(__FUNCTION__));
         $this->slplus->notifications->display();
         $this->depnotice_setResultsString = true;
     }
 }
 /**
  * Do not use, deprecated.
  *
  * @deprecated 4.0
  */
 function create_InputElement()
 {
     if (!$this->depnotice_create_InputElement) {
         $this->slplus->notifications->add_notice(9, $this->slplus->createstring_Deprecated(__FUNCTION__));
         $this->slplus->notifications->display();
         $this->depnotice_create_InputElement = true;
     }
 }
 /**
  * Do not use, deprecated.
  *
  * @deprecated 4.2.63
  */
 function loadPluginData()
 {
     if (!$this->depnotice_loadPluginData) {
         $this->slplus->notifications->add_notice(9, $this->slplus->createstring_Deprecated(__FUNCTION__));
         $this->slplus->notifications->display();
         $this->depnotice_loadPluginData = true;
     }
 }
 /**
  * Do not use, deprecated.
  *
  * @deprecated 4.0
  */
 function getCompoundOption()
 {
     if (!$this->depnotice_getCompoundOption) {
         $this->slplus->notifications->add_notice(9, $this->slplus->createstring_Deprecated(__FUNCTION__));
         $this->slplus->notifications->display();
         $this->depnotice_getCompoundOption = true;
     }
 }
Exemple #6
0
 /**
  * Do not use, deprecated.
  *
  * @deprecated 4.0
  */
 function ShortcodeOrSettingEnabled($a = null, $b = null, $c = null, $d = null, $e = null, $f = null)
 {
     $this->slplus->helper->create_string_wp_setting_error_box($this->slplus->createstring_Deprecated(__FUNCTION__));
 }