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.
توسط Franz Josef Kaiser
اگر با مشکلی مواجه شدهاید،
لطفاً آن را با جزئیات برای ما ارسال کنید.
🔒 برای ثبت گزارش خرابی باید وارد سایت شوید.
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.
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 );
Translation ready.
If you want to help translating, please contact me on G+.
Included:
EN/DE (Patrick Matsumura)
قیمت:
رایگان
نگارش
آخرین انتشار
18 اردیبهشت 1405
آخرین بروزرسانی
2 ماه پیش
نصب های فعال
20+
نگارش وردپرس
وردپرس 3.1+
تست شده از نسخه
وردپرس 3.4.2
نگارش PHP
-
نسخه ها
0 نسخه