%s'; if ( is_multisite() && is_plugin_active_for_network( plugin_basename( PARSELY_FILE ) ) ) { $actions['siteslist'] = sprintf( $link_pattern, esc_url( network_admin_url( 'sites.php' ) ), esc_html__( 'Sites', 'wp-parsely' ) ); } $actions['settings'] = sprintf( $link_pattern, esc_url( Parsely::get_settings_url() ), esc_html__( 'Settings', 'wp-parsely' ) ); $actions['documentation'] = sprintf( $link_pattern, 'https://www.parse.ly/help/integration/wordpress', esc_html__( 'Documentation', 'wp-parsely' ) ); return $actions; } }