Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 590 Bytes

File metadata and controls

27 lines (16 loc) · 590 Bytes
layout default
title wp eval-file
display_global_parameters true

Commands » eval-file

wp eval-file - Load and execute a PHP file.

Quick links: Github issues


OPTIONS

<file> : The path to the PHP file to execute.

[<arg>...] : One or more arguments to pass to the file. They are placed in the $args variable.

[--skip-wordpress] : Load and execute file without loading WordPress.