We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b55e0 commit ffd89e1Copy full SHA for ffd89e1
1 file changed
optimizations-ace-mc.php
@@ -38,9 +38,7 @@
38
* @return Optimizations_Ace_Mc
39
*/
40
function optimizations_ace_mc() {
41
- // Get the instance without static access warning.
42
- $class_name = 'Optimizations_Ace_Mc';
43
- return call_user_func( array( $class_name, 'instance' ) );
+ return Optimizations_Ace_Mc::instance();
44
}
45
46
// Start the plugin.
0 commit comments