plugin-icon

Latest Github Release

제작자: laurencebahiirwa·
Automatically add a download link to the latest Github repo release zips with a shortcode [latest_github_release user="github" repo="hub"]
버전
2.1.0
최근 업데이트일
Jun 21, 2022
Latest Github Release

Automatically add a download link to the latest Github repo release zips with a shortcode [latest_github_release user=”github” repo=”hub”]

Usage

Add the shortcode [latest_github_release user="github" repo="hub"] to desired post/page/widget and save to have the code working.

options

One can add some customization to the shortcode such as

  • Name of the button = [latest_github_release name="Desired Name"]

Use latest_github_release_link filter Hook

`

add_filter( ‘latest_github_release_link’, ‘gmlatest_github_release_link’, 10, 3 );

function gmlatest_github_release_link( $html, $atts, $zip_url ) {

// Add another class to the <a>. $atts['class'] .= ' another-class'; // Add <h2> around the tag. $html = ( '<h2><a href="' . esc_attr( $zip_url ) . '"' . ' class="' . esc_attr( $atts['class'] ) . '">' . esc_html( $atts['name'] ) . '</a></h2>' ); return $html;

} `

Note: 1. Name attribute defaults to the word “Download” 1. Name is usedin combination with the other attribbutes user & repo.

Contribute/Issues/Feedback

If you have any feedback, just write an issue. Or fork the code and submit a PR on Github.

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.0.12
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.