Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
envato-market
/
inc
/
admin
/
view
/
notice
:
success.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Success notice * * @package Envato_Market * @since 1.0.0 */ ?> <div class="notice notice-success is-dismissible"> <p><?php esc_html_e( 'Your OAuth Personal Token has been verified.', 'envato-market' ); ?></p> </div>