/
home
/
fortodpl
/
decoflick.com
/
wp-content
/
plugins
/
grow-for-wp
/
/home/fortodpl/decoflick.com/wp-content/plugins/grow-for-wp
mkdir
upload
Name
Size
Mode
Actions
assets/
-
0755
rm
inc/
-
0755
rm
vendor/
-
0755
rm
constants.php
397
0644
edit
dl
rm
grow-for-wp.php
871
0644
edit
dl
rm
readme.txt
8467
0644
edit
dl
rm
Edit:
/home/fortodpl/decoflick.com/wp-content/plugins/grow-for-wp/grow-for-wp.php
(871B)
<?php /** * Plugin Name: Grow for WP * Plugin URI: https://grow.me/publishers * Description: Integrate your WordPress Site with Grow * Version: 1.5.3 * Requires at least: 5.2 * Requires PHP: 7.4 * Author: Grow * Text Domain: grow-for-wp * License: GPL2 */ // Prevent direct access use Grow\Plugin; if ( ! defined( 'ABSPATH' ) ) { exit( 'This plugin requires WordPress' ); } require_once __DIR__ . '/inc/functions-requirements.php'; require_once __DIR__ . '/constants.php'; if ( ! grow_for_wp_is_compatible() ) { deactivate_plugins( GROW_PLUGIN_BASENAME ); die(); } require_once __DIR__ . '/vendor/autoload.php'; /** * Kicks off the entire plugin * * @return Plugin */ function grow_for_wp_bootstrap() { return new Plugin(); } $grow_for_wp = grow_for_wp_bootstrap();
Save
cmd:
run