gpt4 book ai didi

wordpress - 从命令行调用wordpress?

转载 作者:行者123 更新时间:2023-12-02 22:50:12 26 4
gpt4 key购买 nike

我想知道是否有一种方法可以从 Linux 命令行调用 WordPress 页面(不使用 wget)。

我的意思是,我想要做的是这样的事情:

命令行:(调用一些 php 文件并传递相对 URL 作为参数)

$ php /var/www/something.php /my_blog/last_post

响应:

<div class='post'>
<!-- the last post content -->
<div>

我一直在 Google 上搜索并查看 Wordpress 文档,但没有找到任何内容。

感谢您的宝贵时间!

注意:如果您熟悉 Cakephp,我想要做的是类似 Shell & Tasks 的操作但对于 WordPress 来说

解决方案:

我在 WP 文件夹的根目录中创建了一个文件,名为 command.php:

<?php
include('wp-blog-header.php');
// call the WP functions and stuff, according to the parameters
?>

调用它:

$ php command.php my_args

最佳答案

是的,使用 wp-cli 。可用命令;

wp core [download|config|install|install_network|version|update|update_db]
wp db [create|drop|optimize|repair|connect|cli|query|export|import]
wp eval-file
wp eval
wp export [validate_arguments]
wp generate [posts|users]
wp home
wp option [add|update|delete|get]
wp plugin [activate|deactivate|toggle|path|update|uninstall|delete|status|install]
wp post-meta [get|delete|add|update]
wp post [create|update|delete]
wp theme [activate|path|delete|status|install|update]
wp transient [get|set|delete|type]
wp user-meta [get|delete|add|update]
wp user [list|delete|create|update]

关于wordpress - 从命令行调用wordpress?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7331100/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com