X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/wp-email-capture/inc
home
/
freights
/
public_html
/
wp-content
/
plugins
/
wp-email-capture
/
inc
/
??
..
??
admin-sidebar.php
(8.53 KB)
??
core.php
(1.17 KB)
??
css
??
dashboard.php
(2.54 KB)
??
deprecated
??
display.php
(6.75 KB)
??
enqueue.php
(2.73 KB)
??
exportcsv.php
(1.23 KB)
??
functions.php
(13.13 KB)
??
gdpr.php
(11.25 KB)
??
gutenberg.php
(651 B)
??
help.php
(10.94 KB)
??
img
??
install.php
(1.72 KB)
??
js
??
options.php
(44.95 KB)
??
process.php
(10.78 KB)
??
security.php
(1.05 KB)
??
tabledata.php
(3.49 KB)
??
tempdata.php
(970 B)
??
tinymce.php
(1.1 KB)
??
tracking.php
(5.12 KB)
??
widget.php
(2.28 KB)
Editing: gutenberg.php
<?php defined( 'ABSPATH' ) || exit; function wp_email_capture_enqueue_block_editor_assets() { wp_enqueue_script( 'wp-email-capture-gutenberg', WP_EMAIL_CAPTURE_URL . '/inc/js/block.js', array( 'wp-blocks', 'wp-i18n', 'wp-element', 'underscore', 'wp-editor' ), filemtime( plugin_dir_path( __FILE__ ) . '/js/block.js' ) ); } function wp_email_capture_enqueue_block_editor_css() { wp_enqueue_style( 'wp-email-capture-gutenberg-css-styles', WP_EMAIL_CAPTURE_URL . '/inc/css/wp-email-capture-gutenberg-styles.css', array( 'wp-blocks' ), filemtime( plugin_dir_path( __FILE__ ) . '/css/wp-email-capture-gutenberg-styles.css' ) ); }
Upload File
Create Folder