• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AxeWP / wp-graphql-rank-math / 5034015993

pending completion
5034015993

push

github

David Levine
feat: add redirection settings

86 of 86 new or added lines in 8 files covered. (100.0%)

2008 of 2392 relevant lines covered (83.95%)

5.28 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Utils/RMUtils.php
1
<?php
2
/**
3
 * Utility functions for interacting with RankMath SEO.
4
 *
5
 * @package WPGraphQL\RankMath\Utils
6
 * @since @todo
7
 */
8

9
namespace WPGraphQL\RankMath\Utils;
10

11
use \RankMath\Helper;
12

13
/**
14
 * Class - RMUtils
15
 */
16
class RMUtils {
17

18
        /**
19
         * Check if a module is active.
20
         *
21
         * @see \RankMath\Helper::is_module_active()
22
         *
23
         * @param string $module The module name.
24
         *
25
         * @since @todo
26
         */
27
        public static function is_module_active( string $module ) : bool {
28
                return Helper::is_module_active( $module );
×
29
        }
30

31
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc