mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-08-30 02:32:07 +08:00
[CodeFactor] Apply fixes
[ci skip] [skip ci]
This commit is contained in:
parent
d30ffca5d4
commit
4b8f248fe0
3 changed files with 307 additions and 308 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
<?php
|
||||
/**
|
||||
* MainWP Child BackWP UP
|
||||
|
|
|
@ -9,6 +9,7 @@ namespace MainWP\Child;
|
|||
|
||||
/**
|
||||
* Class MainWP_Child_Posts
|
||||
*
|
||||
* @package MainWP\Child
|
||||
*/
|
||||
class MainWP_Child_Posts {
|
||||
|
@ -157,7 +158,6 @@ class MainWP_Child_Posts {
|
|||
*
|
||||
* The code is used for the MainWP WordPress SEO Extension
|
||||
* Extension URL: https://mainwp.com/extension/wordpress-seo/
|
||||
*
|
||||
*/
|
||||
$link_count = new \WPSEO_Link_Column_Count();
|
||||
$link_count->set( $post_ids );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue