Search
 
SCRIPT & CODE EXAMPLE
 

PHP

use wordpress functions in external php file

//add to the file that needs to use wordpress functions.
require_once("../../../../wp-load.php");
//or
require_once(rtrim($_SERVER['DOCUMENT_ROOT'], '/') . '/wp-load.php');
Comment

PREVIOUS NEXT
Code Example
Php :: Algeria 
Php :: form_dropdown codeigniter from database is assocative array 
Php :: how convert big text to array that text have br in laravel 
Php :: laravel faker car plate br mercossul 
Php :: combine array except common ones php 
Php :: php file read 
Php :: laravel download file 
Php :: how to install redis for php7.4 
Php :: laravel create model with migration and controller 
Php :: php remove space before and after string 
Php :: moodle webservice create user phone2 
Php :: PHP strrchr — Find the last occurrence of a character in a string 
Php :: php string ends with 
Php :: date add one day php 
Php :: codeigniter 3 Configured database connection has cache enabled 
Php :: iterator impliment php 
Php :: string to float laravel 
Php :: string length php 
Php :: pasar variables con cronjob 
Php :: php pdo set charset 
Php :: laravel command progress 
Php :: laravel store multiple files 
Php :: laravel join query sum example 
Php :: Error: php@7.2 has been disabled because it is deprecated upstream! 
Php :: get image size php 
Php :: formdata jquery ajax php 
Php :: maximum characters laravel validation 
Php :: get cart item by cart item key woocommerce 
Php :: Displaying all table names in php from MySQL database 
Php :: causes of 419 error lravel 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =