get_plugin_option( 'key' ) ); $currencies = []; $countries = []; if ( is_array( $countries_list ) ) { foreach ( $countries_list as $countries_element ) { $countries[ $countries_element['Name'] ] = $countries_element['RevenueModel']; $currencies[ $countries_element['Name'] ] = array_map( function ( $a ) { return strtoupper( $a ); }, $countries_element['Currency'] ); } } /* mock for better UX */ if ( empty( $countries ) && empty( $this->get_plugin_option( 'key' ) ) ) { $countries['United States'] = [ 'advertising+micropayments' ]; } $content_paywall = [ 'transactions', 'pledged currency', ]; $content_offset_types = [ 'paragraphs', 'words' ]; // @codingStandardsIgnoreStart echo '' . PHP_EOL; // @codingStandardsIgnoreEnd if ( ! empty( $this->get_plugin_option( 'force-save-templates' ) ) ) { $this->delete_plugin_option( 'force-save-templates' ); } ?>

General configuration

get_plugin_option( 'key' ) ) ? '' : 'style="display: none !important"' ?>>

The email "get_plugin_option( 'support_email' ) ) ?>" has been already used for activation.
In order to activate this one you have to confirm your identity.
We've sent the confirmation email.
Please check out your inbox.



If you haven't received the email, you can
Choose the country of origin where revenue will be collected

create_form_control( 'revenue_method', array_merge( [ '' ], $countries[ $this->get_plugin_option( 'country' ) ] ? : [] ), $this->get_plugin_option( 'revenue_method' ) ); ?>
Choose the revenue model that will be used on this blog

Choose the percentage of users having the plugin enabled
IMPORTANT: Registration step is not required to be able to use this plugin. Once you generate some revenue and want to transfer it into your bank account, then we encourage you to register here (using "Email address"). Follow the steps to setup your account on AdTechMedia.io platform and enjoy the influx of revenue into your bank account.

This email address will be used to register, connect and interact with AdTechMedia.io platform.

get_plugin_option( 'key' ) ) ? 'style="display: none !important"' : '' ?>>

Content configuration

create_form_control( 'price', $plugin_meta_data['price'], $this->get_plugin_option( 'price' ), 'e.g. 10' ); ?>
Specify the price and the currency to be collected per article per micropayment (e.g. "0.05" & "USD" means 5¢, while "5" & "USD" means $5)
create_form_control( 'payment_pledged', $plugin_meta_data['payment_pledged'], $this->get_plugin_option( 'payment_pledged' ), 'e.g. 5' ); ?>
Provide the threshold (number of transactions or total amount of pledged currency) that should be used before displaying pay view
create_form_control( 'content_offset', $plugin_meta_data['content_offset'], $this->get_plugin_option( 'content_offset' ), 'e.g. 2' ); ?>
Specify how many paragraphs or words will be shown for free, before displaying unlock view (also known as unlock button)
create_form_control( 'content_lock', $plugin_meta_data['content_lock'], $this->get_plugin_option( 'content_lock' ) ); ?>
Provide which unlocking algorithm will be used to hide premium content
create_form_control( 'ads_video', $plugin_meta_data['ads_video'], $this->get_plugin_option( 'ads_video' ), 'e.g. https://youtu.be/DiBh8r3lPpM' ); ?>
Specify the link to video ad that will be used for demo purposes
AdTechMedia

Article Title

By John Smith, author
September 22nd, 2016

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.

get_plugin_option( 'key' ) ) ? 'style="display: none !important"' : '' ?>>

Templates management