




/**
 * Plugin Name: test
 * Description: Adds quick link "ویرایش با برگه ساز وفو" in pages list.
 */
add_filter("page_row_actions", "test_add_quicklink", 10, 2);
function test_add_quicklink($actions, $post){
    if (current_user_can("edit_page", $post->ID)){
        $url = admin_url("post.php?post={$post->ID}&action=elementor");
        $label = "ویرایش با برگه ساز وفو";
        $actions["test_quicklink"] = "<a href=" . esc_url($url) . ">" . esc_html($label) . "</a>";
    }
    return $actions;
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://brandeshoma.ir/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://brandeshoma.ir/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://brandeshoma.ir/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://brandeshoma.ir/wp-sitemap-posts-advertisement-1.xml</loc></sitemap><sitemap><loc>https://brandeshoma.ir/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://brandeshoma.ir/wp-sitemap-taxonomies-state_and_city-1.xml</loc></sitemap><sitemap><loc>https://brandeshoma.ir/wp-sitemap-taxonomies-hashtag-1.xml</loc></sitemap><sitemap><loc>https://brandeshoma.ir/wp-sitemap-taxonomies-ads_category-1.xml</loc></sitemap></sitemapindex>
