" rel="L416"> */
  • public function handle_installation() {
  • // Handle the slug and install the plugin
  • $slug = sanitize_text_field($_POST['slug']);
  • if ($slug === 'usm') {
  • $this->install($this->usm_slug, 'ultimate-social-media-icons');
  • } elseif ($slug === 'bmi') {
  • $this->install($this->bmi_slug, 'backup-backup');
  • } elseif ($slug === 'cdp') {
  • $this->install($this->cdp_slug, 'copy-delete-posts');
  • } elseif ($slug === 'mpu') {
  • $this->install($this->mpu_slug, 'pop-up-pop-up');
  • // Anything else error
  • } else wp_send_json_error();
  • }
  • }
  • }
  • // Disallow usage of multiple Carousels + allow only GET requests
  • if (!defined('INISEV_CAROUSEL')) {
  • // Make sure settings/menu page slug exsits
  • if (!empty($_GET['page']) || (isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] === 'POST')) {
  • // Initialize the Carousel
  • $carousel = new Inisev_Carousel(__FILE__, __DIR__);
  • }
  • }
  • }
  • tum/whitesports - Gogs: Simplico Git Service

    1 Revize (d6fa6293d8be4c09902396507370746df847dfc4)

    Autor SHA1 Zpráva Datum
      Tum d01d7cf85d first commit %!s(int64=4) %!d(string=před) roky