duanlun2827 2015-10-10 16:19
浏览 33
已采纳

如何使用一行PHP部署一大块代码?

Recently in a huge flurry of Wordpress related googling I came across a possible solution to my problem of that time which used a method I hadn't come across before: Part of the process was including in the functions.php file the code which would have otherwise been placed in the template files of the site. That code was then "injected" into the theme files with one simple line of code. Something like:

<?php insert_custom_code(); ?>

I loved how clean this kept the template files, by allowing me to write the code related to some trickery and tucking it away in functions. Now I've also learned about creating site specific plugins so I can wrap that sort of stuff up in even tidier packages. Unfortunately that specific solution didn't work for my problem at that time, and I've lost that information.

I think this is a straight forward and standard part of Wordpress work - especially related to plugin and theme development, but I'm not sure what it's called or how to find it. So my question is: Does anyone know what this is called? Or where it might live in the wordpress codex or any other documentation that might help? I really appreciate it.

  • 写回答

1条回答 默认 最新

  • dongshuogai2343 2015-10-10 16:35
    关注

    It is simple PHP language style of declaring and calling a function! We are essentially calling a function which was defined/declared in functions.php or any included file.

    In PHP we can call any function with its name and (); e.g. for a function named myFunction, we can call it as myFunction();

    http://www.w3schools.com/php/php_functions.asp

    This is same as we call other built-in WordPress functions like, get_the_title(); or the_title(); etc

    And to declare your own custom functions in functions.php

    You may use this syntax:

    function your_function_name(){
         //your php code here
    
    }
    

    Then as functions.php is included by WordPress in all theme files, you can then simply call this function in any theme php file as:

    your_function_name();
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 写uniapp时遇到的问题
  • ¥15 matlab有限元法求解梁带有若干弹簧质量系统的固有频率
  • ¥15 找一个网络防御专家,外包的
  • ¥100 能不能让两张不同的图片md5值一样,(有尝)
  • ¥15 informer代码训练自己的数据集,改参数怎么改
  • ¥15 请看一下,学校实验要求,我需要具体代码
  • ¥50 pc微信3.6.0.18不能登陆 有偿解决问题
  • ¥20 MATLAB绘制两隐函数曲面的交线
  • ¥15 求TYPCE母转母转接头24PIN线路板图
  • ¥100 国外网络搭建,有偿交流