Changeset 2134124
- Timestamp:
- 08/05/2019 10:27:38 AM (7 years ago)
- File:
-
- 1 edited
-
pj-imdb/trunk/pj-imdb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pj-imdb/trunk/pj-imdb.php
r2130646 r2134124 4 4 Plugin URI: http://pamjad.me/pj-imdb/ 5 5 Description: fetch the information of the movies from IMDB databse 6 Version: 2.0. 06 Version: 2.0.1 7 7 Author: Pouriya Amjadzadeh 8 8 Author URI: http://pamjad.me … … 200 200 201 201 function pjimdb($value ='',$postID = '',$echo = false) { 202 global $post;203 202 if(empty($value)) return NULL; 204 if(empty($postID)) $postID = $post->ID;203 if(empty($postID)) $postID = get_the_ID(); 205 204 206 205 $data = array('id','type','name','poster','year','genre','director','author','actors','country','language','rated','runtime','rating','votes','metascore','award','sell','production','story','website','imdburl');
Note: See TracChangeset
for help on using the changeset viewer.