| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/enaireaceleradora/wp-content/plugins/metricool/views/ |
Upload File : |
<div class="wrap">
<h2><?php echo $this->plugin->displayName; ?> » <?php _e('Settings', $this->plugin->name); ?></h2>
<?php
if (isset($this->message)) {
?>
<div class="updated fade"><p><?php echo $this->message; ?></p></div>
<?php
}
if (isset($this->errorMessage)) {
?>
<div class="error fade"><p><?php echo $this->errorMessage; ?></p></div>
<?php
}
?>
<div id="poststuff">
<div id="post-body" class="metabox-holder columns-2">
<!-- Content -->
<div id="post-body-content">
<div id="normal-sortables" class="meta-box-sortables ui-sortable">
<div class="postbox">
<div class="inside">
<form action="options-general.php?page=<?php echo $this->plugin->name; ?>" method="post">
<p>
<label for="metricool_profile_id"><strong><?php _e('Blog or web site identifier', $this->plugin->name); ?></strong></label>
<input type="text" name="metricool_profile_id" id="metricool_profile_id" class="widefat" style="font-family:Courier New;" value="<?php echo $this->settings['metricool_profile_id']; ?>"/>
<?php _e('You can find this identifier in <a href="http://app.metricool.com/connections" target="_blank">Connections page</a> of your <a href="http://metricool.com" target="_blank">Metricool</a> account.', $this->plugin->name); ?>
</p>
<?php wp_nonce_field($this->plugin->name, $this->plugin->name.'_nonce'); ?>
<p>
<input name="submit" type="submit" name="Submit" class="button button-primary" value="<?php _e('Save', $this->plugin->name); ?>" />
</p>
</form>
</div>
</div>
<!-- /postbox -->
</div>
<!-- /normal-sortables -->
</div>
<div style="text-align: center;">
<img style="width: 100%; margin-top: -55px;" src="https://metricool.com/wp-content/uploads/wordpress-plugin-2020.png"/>
</div>
<!-- /post-body-content -->
</div>
</div>
</div>