updating docs and settings for release
This commit is contained in:
@@ -64,6 +64,7 @@ class fourthwall_settings {
|
||||
submit_button();
|
||||
|
||||
echo ' </form>' . "\n";
|
||||
echo ' <div><p>To use the fourthwall Embed, use the shortcode [fourthwall]</p></div>';
|
||||
echo '</div>' . "\n";
|
||||
|
||||
}
|
||||
|
@@ -48,7 +48,7 @@ function fwembed_parse_html($url = null) {
|
||||
|
||||
function fwembed_shortcode( $atts ) {
|
||||
$options = get_option( 'fourthwall_settings_name' );
|
||||
$value = isset( $options['fourth_url'] ) ? $options['fourth_url'] : 'https://latinosagainstspookyshit-shop.fourthwall.com';
|
||||
$value = isset( $options['fourth_url'] ) ? $options['fourth_url'] : 'https://fourthwall.com';
|
||||
$store_html = fwembed_parse_html($value);
|
||||
$store_render = '<div class="fw-store-parent">' . PHP_EOL . $store_html . PHP_EOL . '</div>';
|
||||
return $store_render;
|
||||
|
Reference in New Issue
Block a user