' . __( 'Donate', 'artiss-vine-embed' ) . '' ) ); $links = array_merge( $links, array( '' . __( 'Support', 'artiss-vine-embed' ) . '' ) ); } return $links; } add_filter( 'plugin_row_meta', 'ave_set_plugin_meta', 10, 2 ); /** * Detect plugin activation * * Upon detection of activation set an option with the current version in it * This is for potential use in future to identify which version is being * upgraded from * * @since 1.0 */ function ave_plugin_activate() { update_option( 'ave_version', artiss_vine_embed_version ); } register_activation_hook( WP_PLUGIN_DIR . '/artiss-vine-embed/artiss-vine-embed.php', 'ave_plugin_activate' ); ?>