Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APP-979] Update links and plugin name #140

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions modules/core/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,14 @@ public function add_plugin_links( $links, $plugin_file_name ) : array {
}

$custom_links = [
'dashboard' => sprintf(
'settings' => sprintf(
'<a href="%s">%s</a>',
admin_url( 'admin.php?page=' . Settings::SETTING_BASE_SLUG ),
esc_html__( 'Dashboard', 'pojo-accessibility' )
esc_html__( 'Settings', 'pojo-accessibility' )
),
];

if ( Connect::is_connected() ) {
$custom_links['upgrade'] = sprintf(
'<a href="%s" style="color: #524CFF; font-weight: 700;" target="_blank" rel="noopener noreferrer">%s</a>',
'https://go.elementor.com/sm-panel-wp-dash-upgrade-plugins/',
esc_html__( 'Upgrade', 'pojo-accessibility' )
);
} else {
if ( ! Connect::is_connected() ) {
$custom_links['connect'] = sprintf(
'<a href="%s" style="color: #524CFF; font-weight: 700;">%s</a>',
admin_url( 'admin.php?page=' . Settings::SETTING_BASE_SLUG ),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { CircleCheckFilledIcon } from '@elementor/icons';
import Box from '@elementor/ui/Box';
import Button from '@elementor/ui/Button';
import Grid from '@elementor/ui/Grid';
Expand Down
10 changes: 5 additions & 5 deletions pojo-accessibility.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/*
Plugin Name: One Click Accessibility
Plugin URI: https://wpaccessibility.io/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
Description: The One Click Accessibility toolbar is the fastest plugin to help you make your WordPress website more accessible.
Author: One Click Accessibility
Author URI: https://wpaccessibility.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
Plugin Name: Web Accessibility - Implement Accessibility Features: Widget and Statement Generator
Plugin URI: https://elementor.com/
Description: Improve your website’s accessibility with ease. Customize capabilities such as text resizing, contrast modes, link highlights, and easily generate an accessibility statement to demonstrate your commitment to inclusivity.
Author: Elementor.com
Author URI: https://elementor.com/
Version: 2.1.0
Text Domain: pojo-accessibility
Domain Path: /languages/
Expand Down
Loading