Submit
Path:
~
/
home
/
getwphos
/
public_html
/
kingpanel
/
wp-content
/
plugins
/
envato-market
/
inc
/
admin
/
view
/
partials
/
File Content:
settings.php
<?php /** * Settings panel partial * * @package Envato_Market * @since 1.0.0 */ $token = envato_market()->get_option( 'token' ); $items = envato_market()->get_option( 'items', array() ); ?> <div id="settings" class="panel"> <div class="envato-market-blocks"> <?php settings_fields( envato_market()->get_slug() ); ?> <?php Envato_Market_Admin::do_settings_sections( envato_market()->get_slug(), 2 ); ?> </div> <p class="submit"> <input type="submit" name="submit" id="submit" class="button button-primary" value="<?php esc_html_e( 'Save Changes', 'envato-market' ); ?>" /> <?php if ( ( '' !== $token || ! empty( $items ) ) && 10 !== has_action( 'admin_notices', array( $this, 'error_notice' ) ) ) { ?> <a href="<?php echo esc_url( add_query_arg( array( 'authorization' => 'check' ), envato_market()->get_page_url() ) ); ?>" class="button button-secondary auth-check-button" style="margin:0 5px"><?php esc_html_e( 'Test API Connection', 'envato-market' ); ?></a> <?php } ?> </p> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
help.php
2689 bytes
0644
intro.php
953 bytes
0644
plugins.php
470 bytes
0644
settings.php
1008 bytes
0644
tabs.php
1492 bytes
0644
themes.php
461 bytes
0644
N4ST4R_ID | Naxtarrr