رفتن به مطلب

تخته امتیازات

مطالب محبوب

در حال نمایش مطالب دارای بیشترین امتیاز در 22/01/99 در همه بخش ها

  1. if ( is_user_logged_in() ) { echo 'Welcome, registered user!'; } else { echo 'Welcome, visitor!'; } صفحه کاربری شما هر چیز هست میتونید بهش لینک بدید https://developer.wordpress.org/reference/functions/is_user_logged_in/ بقیه هر جوری خواستید وصل کنید با wp_redirect
    1 امتیاز
  2. <?php /** * Template Name: social * */ ?><?php get_header(); ?> <hr><hr><hr> <div class="container"> <?php if (!isset($_GET['hastag'])) { $json = file_get_contents('https://www.instagram.com/explore/tags/hipbornir/?__a=1'); $obj = json_decode($json, true); } else { $json = file_get_contents('https://www.instagram.com/explore/tags/' . $_GET['hastag'] . '/?__a=1'); $obj = json_decode($json, true); } ?> <!-- Page Features --> <div class="row text-center"> <?php /* * th
    1 امتیاز
×
×
  • اضافه کردن...