';
echo '
' . sprintf( $message, ' href="' . esc_url( $url ) . '"' ) . '
';
echo '
';
}
/**
* Installs the builder upon successful activation.
* Currently not used but may be in the future.
*
* @since 1.0
* @return void
*/
static public function install() {}
/**
* Uninstalls the builder.
*
* @since 1.0
* @return void
*/
static public function uninstall()
{
FLBuilderModel::uninstall_database();
}
/**
* Renders the link for the row actions on the plugins page.
*
* @since 1.0
* @param array $actions An array of row action links.
* @return array
*/
static public function render_plugin_action_links($actions)
{
if(FL_BUILDER_LITE === true) {
$url = FLBuilderModel::get_store_url( '', array( 'utm_medium' => 'bb-lite', 'utm_source' => 'plugins-admin-page', 'utm_campaign' => 'plugins-admin-upgrade' ) );
$actions[] = '