Plugin Name: Internal Link Checker

Internal Link Checker

Adds a meta box to the post edit screen that shows all internal links from other posts to the currently displayed post. The plugin works out of the box.

No explanation needed – works out of the box. Just activate and be safe.

سوالات متداول

How-to

This shows how to modify the output inside the internal link checker meta box (in case you want to extend its functionality):

function modify_check_link_meta_box_content( $result, $links )
{
    global $post;

    // Uncomment the follwing line to see what the $links array contains
    // The links array contains all posts (and their respective data) that link to the current post
    /*
    echo '';
        print_r( $links );
    echo '';
     */

    // Now handle the result:
    foreach ( $result as $link )
    {
        // do stuff
    }

    return $result;
}
add_filter( 'internal_links_meta_box', 'modify_check_link_meta_box_content', 10, 2 );

Languages

Translation ready.
If you want to help translating, please contact me on G+.

Included:
EN/DE (Patrick Matsumura)

×
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
بازخورد (Feedback) های اینلاین
مشاهده همه دیدگاه ها
هیچ نسخه‌ای برای این آیتم موجود نیست.
★★★★★
★★★★★
1.0 /5 (2 نظر)

قیمت:

رایگان

نگارش

آخرین انتشار

18 اردیبهشت 1405

آخرین بروزرسانی

2 ماه پیش

نصب های فعال

20+

نگارش وردپرس

وردپرس 3.1+

تست شده از نسخه

وردپرس 3.4.2

نگارش PHP

-

تگ ها

نسخه ها

0 نسخه