'; echo '

' . __( 'A gift to all our premium users. ', 'page-builder-add' ) . '

'; echo '

' . __( ' We are giving away our new premium page builder plugin to all our exisitng uers. So Install the page builder now Its Free!!', 'page-builder-add' ) . '

Dismiss this notice.
'; echo '
' . __( 'Install Now For Free', 'page-builder-add' ) . '
'; // echo( __( "You have been using our Posts Slider for more than a week now, do you like it? If so, please leave us a review with your feedback! Leave A Review Leave Me Alone" ) ); echo ""; echo ""; } function plugSSfP_display_admin_notice() { $cfb_install_link = esc_url( network_admin_url('plugin-install.php?tab=plugin-information&plugin=' . 'page-builder-add' . '&TB_iframe=true&width=100%&height=800' ) ); $nobugurl = get_admin_url() . '?mpspdontbug=1'; $install_date = get_option( 'plugSSfP_activation_date' ); echo '
'; echo '

You need to fix your social feed!

'; echo '

Facebook has made changes to its api which blocked facebook & instagram feeds from working. To fix please go to your edit feed page and follow new access token instructions.

Open Feeds Page


Dismiss this notice.


'; echo '
'; echo "
"; echo ""; } function plugSSfP_set_no_bug() { $nobug = ""; if ( isset( $_GET['mpspdontbug'] ) ) { $nobug = esc_attr( $_GET['mpspdontbug'] ); } if ( 1 == $nobug ) { add_option( 'plugSFP_hide_noticeSocialFeedFixed', TRUE ); } } add_action( 'admin_init', 'plugSSfP_set_no_bug', 5 ); ?>